-
Notifications
You must be signed in to change notification settings - Fork 113
duckdb: switch to v2 extension for clickbench benchmark #3585
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
Conversation
b4b51dd to
0fbfd22
Compare
| enum EngineCtx { | ||
| DataFusion(DataFusionCtx), | ||
| DuckDB(DuckDBCtx), | ||
| DuckDB(ddb2::DuckDBCtx), |
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.
The 2 suffix will go away once TPC-H is moved over too.
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.
dont forget tpc-ds 🙈
e61d455 to
6edd161
Compare
| EngineCtx::DuckDB(DuckDBCtx { | ||
| duckdb_path: duckdb_path.to_path_buf(), | ||
| }) | ||
| fn new_with_duckdb() -> anyhow::Result<Self> { |
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.
🥳
8a4bc6c to
17a5603
Compare
d83f2d2 to
f9f60cd
Compare
Benchmarks: TPC-H on NVMETable of Results
|
Benchmarks: Clickbench on NVMETable of Results
|
Signed-off-by: Alexander Droste <[email protected]>
Signed-off-by: Alexander Droste <[email protected]>
d7e1d08 to
08351cd
Compare
7f9fa78 to
247ca13
Compare
Signed-off-by: Alexander Droste <[email protected]>
247ca13 to
d9b7c16
Compare
Benchmarks: TPC-H on S3Table of Results
|
Signed-off-by: Alexander Droste <[email protected]>
Signed-off-by: Alexander Droste <[email protected]>
ec731d4 to
08d4cc0
Compare
|
Some of the benchmarks for |
…3585) Signed-off-by: Alexander Droste <[email protected]> Signed-off-by: mwlon <[email protected]>
No description provided.