-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Closed
Labels
enhancementNew feature or requestNew feature or request
Description
Is your feature request related to a problem or challenge?
The TPCH queries, while good, also have joins and other things that make performance comparisons of grouping performance challening
The ClickBench benchmarks are both widely used in the industry and focus on grouping / aggregation / filtering: https://github.com/ClickHouse/ClickBench/tree/main/datafusion
Describe the solution you'd like
Add clickbench queries to tpch
benchmark runner and bench.sh
We can adapt the code in
https://github.com/ClickHouse/ClickBench/tree/main/datafusion
Describe alternatives you've considered
No response
Additional context
No response
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request