-
Notifications
You must be signed in to change notification settings - Fork 752
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
feat(script): generate tpch data set #6024
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎ 1 Ignored Deployment
|
Thanks for the contribution! Please review the labels and make any necessary changes. |
Do we need a workflow to publish the docker image for tpch? Alternatively, is there a readily available image, which would reduce maintenance work? |
We don't need a workflow to publish. The image is used to generate the date set in local, the run tpch related benchmark(The related code is developing). |
We could install this tool to our build-tool image if it is need in CI. |
I think it doesn't need in CI. cc @leiysky Do we have a plan to run tpch in CI to detect performance regression? |
How about putting them under |
Please consider do bench via databend-perf. Our CI resources are very limited and not suitable for those workloads. |
I thought about putting it under |
I prefer adding a new folder called |
LGTM |
Co-authored-by: BohuTANG <overred.shuttler@gmail.com>
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.
LGTM, maybe we can add this to https://github.com/leiysky/tpch-databend as well.
I hereby agree to the terms of the CLA available at: https://databend.rs/dev/policies/cla/
Summary
Generate tpch date set for databend
Changelog
Related Issues
Fixes #5912