Skip to content
apavlo edited this page May 30, 2011 · 1 revision

Authors

Andy Pavlo

Implementation

This is a pseudo driver that simply dumps out all of the table data and transaction input parameters to CSV files. The data for each table and the input parameters for each transaction are split into separate files.

One can use the table_directory and txn_directory options in the driver's configuration file to set where these files will be written to on the local disk.

Driver Dependencies

None.

Known Issues

The driver will only work with a single client. If one uses multiple clients then the contents of the output files will likely be incorrect.

Future Work

None.

Clone this wiki locally