-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Add a script for running full db-benchmark suite #1870
Comments
Given that db-benchmark uses R scripts to download the source data im wondering if i should assume that the user will take care of that or if i should wrap this all up in a docker container. my current preference is wrapping it all up in docker which im thinking should make it easier to use - but i dont have strong feelings either way. @houqp do you have a preference? |
@Dandandan also interested in your view on this |
@matthewmturner I like the idea using docker, it should be easier for dependency management. |
agree with @realno , thanks @matthewmturner for taking care of this :) |
I hope it makes it easier to play with optimizations! |
Is your feature request related to a problem or challenge? Please describe what you are trying to do.
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
(This section helps Arrow developers understand the context and why for this feature, in addition to the what)
I've been working on db-benchmark and think it would be valuable to automate the full process so others could run the benchmarks as well
Describe the solution you'd like
A clear and concise description of what you want to happen.
A new shell script in
benchmarks/db-benchmark
that runs the full db-benchmark processDescribe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.
Additional context
Add any other context or screenshots about the feature request here.
The text was updated successfully, but these errors were encountered: