| java.lang.Object org.h2.test.bench.BenchB
BenchB | public class BenchB implements Bench,Runnable(Code) | | 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
|
Constructor Summary | |
public | BenchB() |
|
|