BenchB
This test is similar to the TPC-B test of the Transaction Processing Council (TPC). Multiple threads are used (one thread per connection). Referential integrity is not implemented.
See also http://www.tpc.org/tpcb
Methods
String
getName
()
String
getName
()
int
getTransactionsPerClient
(int size)
Get the number of transactions per client.
int
getTransactionsPerClient
(int size)
Get the number of transactions per client.
Parameters:
size - test size
Returns:
the transactions per client
void
init
(Database db, int size)
void
init
(Database db, int size) throws SQLException
void
run
()
void
run
()
void
runTest
()
void
runTest
() throws Exception
void
setThreadCount
(int threadCount)
void
setThreadCount
(int threadCount)