benchbase icon indicating copy to clipboard operation
benchbase copied to clipboard

Add TPC-E support

Open bpkroth opened this issue 3 years ago • 3 comments

Would be nice to add TPC-E as a supported benchmark as well.

bpkroth avatar Jun 02 '22 14:06 bpkroth

I totally agree with you. We have an incomplete implementation in Java for H-Store but it is over 10 years old:

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

Nothing comes up on Google for another Java implementation.

apavlo avatar Jun 02 '22 22:06 apavlo

I second this request!

bryanosborne avatar Jun 07 '22 22:06 bryanosborne

WIP TPC-E Branch from @xinhao_dev: https://github.com/xinhaoc/benchbase/tree/xinhao_dev

apavlo avatar Jun 26 '23 19:06 apavlo