-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Add SQL based benchmarking harness, port tpch to use framework #21707
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
Merged
Merged
Changes from 8 commits
Commits
Show all changes
40 commits
Select commit
Hold shift + click to select a range
5ef261f
Add a sql based benchmark framework with tpch as the initial benchmar…
Omega359 dd498c2
Merge remote-tracking branch 'upstream/main' into new_sql_benchmark
Omega359 1561e99
Code cleanup, improvements and added tests. AI assistance was used fo…
Omega359 74e3b16
Merge branch 'main' into new_sql_benchmark
Omega359 f847168
Fixed an issue with missing result files causing benchmarks to fail e…
Omega359 dca99d7
Merge remote-tracking branch 'upstream/main' into new_sql_benchmark
Omega359 00a34ba
Added support for defaults for true/false version of variable substit…
Omega359 caf83c3
Merge branch 'main' into new_sql_benchmark
Omega359 238d0a6
Update benchmarks/sql_benchmarks/tpch/queries/q14.sql
Omega359 0b7c546
Update benchmarks/sql_benchmarks/tpch/queries/q06.sql
Omega359 7bc76dd
Update benchmarks/sql_benchmarks/tpch/queries/q01.sql
Omega359 939895f
Update benchmarks/sql_benchmarks/tpch/queries/q04.sql
Omega359 ebbd4c9
Update benchmarks/sql_benchmarks/tpch/queries/q22.sql
Omega359 12862ac
Update benchmarks/sql_benchmarks/tpch/queries/q05.sql
Omega359 b1c4a3c
Update benchmarks/sql_benchmarks/tpch/queries/q08.sql
Omega359 e725101
Update benchmarks/src/sql_benchmark.rs
Omega359 12379ff
Update benchmarks/sql_benchmarks/tpch/queries/q09.sql
Omega359 fb88677
Update benchmarks/sql_benchmarks/tpch/queries/q11.sql
Omega359 0a48d0c
Update benchmarks/sql_benchmarks/tpch/queries/q12.sql
Omega359 174ea37
Update benchmarks/sql_benchmarks/tpch/queries/q13.sql
Omega359 62b9fc8
Update benchmarks/sql_benchmarks/tpch/queries/q16.sql
Omega359 9c086aa
Update benchmarks/sql_benchmarks/tpch/queries/q17.sql
Omega359 ac5dd46
Update benchmarks/sql_benchmarks/tpch/queries/q19.sql
Omega359 cde286b
Update benchmarks/sql_benchmarks/tpch/queries/q20.sql
Omega359 09fd8f9
Update benchmarks/sql_benchmarks/tpch/queries/q10.sql
Omega359 a94e2f9
Merge branch 'main' into new_sql_benchmark
Omega359 6b612e8
Updates from reviews.
Omega359 f739c86
Fix handling of query arg.
Omega359 aae13b2
Merge branch 'main' into new_sql_benchmark
Omega359 7b4b93d
Refactored the README.md to address some of the PR feedback.
Omega359 b107b2f
Merge branch 'main' into new_sql_benchmark
Omega359 e48430e
Enabled env config for options.
Omega359 6d4b7df
Removed config that duplicates things that can be set via sessionconfig.
Omega359 3e928f3
Updates from PR feedback.
Omega359 6b876ce
Fix issue with order vs orders.
Omega359 9ca3a79
Drop tables after each benchmark for tpch_mem.
Omega359 f16af4e
Merge remote-tracking branch 'refs/remotes/upstream/main' into new_sq…
Omega359 3e64d65
Inline template file and queries into the tpch benchmark files. Fixed…
Omega359 ffc344c
Merge remote-tracking branch 'upstream/main' into new_sql_benchmark
Omega359 6031057
Fixed merge conflict with upstream.
Omega359 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,3 +1,5 @@ | ||
| data | ||
| results | ||
| data_csv | ||
| ./results/ | ||
| venv | ||
| !sql_benchmarks/**/results/ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.