-
Notifications
You must be signed in to change notification settings - Fork 174
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
TPCE Benchmark: Broker Table #169
Comments
Our TPC-E implementation is horribly broken and I don't know what the status is for the code in the master branch. I do know that there is a better, more simplified version somewhere for the S-Store project. How interested are you in getting this working? Cook13 [email protected] wrote:
|
As an undergraduate student I'm currently implementing the TPC-E benchmark for my professor's database benchmark framework. I searched for the S-Store project and couldn't find it on GitHub. Is it maybe a private repository? |
The S-Store TPC-E implementation is also in a rather messy, non-functioning John On Mon, Aug 4, 2014 at 5:49 AM, Cook13 [email protected] wrote:
|
Thanks John! |
Hey guys,
according to the TPCE-Benchmark specifications the broker table is a scaling table.
You put it to the growing tables. Did you do this on purpose?
https://github.com/apavlo/h-store/blob/master/src/benchmarks/edu/brown/benchmark/tpce/TPCEConstants.java#L319
http://www.tpc.org/tpce/spec/v1.12.0/tpce-v1.12.0.pdf (It's stated on page 70 I guess.)
Best wishes from Germany!
The text was updated successfully, but these errors were encountered: