-
Notifications
You must be signed in to change notification settings - Fork 91
SQLite Driver
apavlo edited this page May 30, 2011
·
4 revisions
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.
The following packages are needed:
This implementation is single-threaded and will obviously only work with a single data node. The execution results and output for running with multiple client threads is undefined since there is no isolation for transactions.
Aborted transactions simply return with no indication to the framework that they aborted.
This should eventually be superseded by a MySQL implementation.