-
Notifications
You must be signed in to change notification settings - Fork 191
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
Random Seed + Thread-local Random + Better Epinions Tables #142
Conversation
…oss the benchmarks. You can now also pass in <randomSeed> in the config to ensure more deterministic benchmark runs. * Better multi-threaded loading for EpinionsLoader. * Expanded schema for Epinions to make each record larger. * Code refactoring + cleanup.
…ormatting but it was the only one that I could find that could handle all the queries
+ "order by " | ||
+ "l_returnflag, " | ||
+ "l_linestatus" | ||
public final SQLStmt query_stmt = new SQLStmt(""" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
love this change... moving to text blocks... so much easier to read. i had this on my todo list for all benchmarks!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this looks great to me. definitely want to continue to apply text block changes to all the sql statements in the other procedures. we can do that in a separate ticket. As for the random changes these look good to me too!
This is from my branch for the course. I did not bring in the new timeseries + indexjungle benchmarks.