oltpbench icon indicating copy to clipboard operation
oltpbench copied to clipboard

Enhancement request: <serial> configuration parameter isn't specific to a specific benchmark in mixed testing.

Open bryanosborne opened this issue 6 years ago • 1 comments

Using oltpbench to run chbenchmark tests which requires simultaneous execution of tpcc and chbenchmark benchmarks.

When true config parameter is used, both tpcc and chbenchmarks run in serial mode, as expected.

However, when true is specified, both tpcc and chbenchmarks run in serial mode, which was not expected. Didn't dig into the code, but I suspect the "bench" parameter simply isn't utilized in .

It would be nice to be able to have more granularity on how different benchmarks are executed in a mixed run.

Thanks! Bryan

P.S. (Is TPC-E in the works?)

bryanosborne avatar Jan 04 '20 19:01 bryanosborne

I am not familiar with the mixed workload feature. Somebody else wrote it who is long gone. If you send us a patch, then we can review.

P.S. (Is TPC-E in the works?)

We have a partial implementation in H-Store that we need to port over:

https://github.com/apavlo/h-store/tree/master/src/benchmarks/edu/brown/benchmark/tpce

apavlo avatar Feb 05 '20 20:02 apavlo