Skip to content
apavlo edited this page May 30, 2011 · 4 revisions

Authors

Andy Pavlo

Implementation

This is a fully relational implementation of TPC-C running in SQLite (version 3). The DDL file is loaded by executing the command-line sqlite binary from within the loadConfig method.

Driver Dependencies

The following packages are needed:

Known Issues

This implementation is single-threaded and will only work with a single-node. The execution results and output for running with multiple client threads is undefined since there is no isolation for transactions.

Future Work

Aborted transactions simply return with no indication to the framework that they aborted.

This should eventually be superseded by a MySQL implementation.

Clone this wiki locally