-
Notifications
You must be signed in to change notification settings - Fork 85
perf[duckdb]: dict exporter regression #4771
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
base: develop
Are you sure you want to change the base?
Conversation
Signed-off-by: Joe Isaacs <[email protected]>
Signed-off-by: Joe Isaacs <[email protected]>
Benchmarks: Random AccessSummary
|
Signed-off-by: Joe Isaacs <[email protected]>
Benchmarks: TPC-H SF=1 on NVMESummary
Detailed Results Table
|
vortex-duckdb/src/exporter/dict.rs
Outdated
| let mut vector = Vector::with_capacity(values.dtype().try_into()?, values.len()); | ||
| new_array_exporter(values, cache)?.export(0, values.len(), &mut vector)?; | ||
|
|
||
| // This is a bit of a hack, but we need to create a dictionary vector |
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.
Please explain in a comment why we do this dance. 🙂
Benchmarks: TPC-H SF=1 on S3Summary
Detailed Results Table
|
vortex-duckdb/src/exporter/dict.rs
Outdated
| len, | ||
| ); | ||
|
|
||
| // Use a unique id to each dictionary data array -- telling duckdb that |
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.
unrelated but can we change this to for each
Benchmarks: CompressionSummary
Detailed Results Table
|
Benchmarks: TPC-H SF=10 on NVMESummary
Detailed Results Table
|
Benchmarks: Statistical and Population GeneticsSummary
Detailed Results Table
|
Signed-off-by: Joe Isaacs <[email protected]>
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.
Signed-off-by: Joe Isaacs <[email protected]>
Benchmarks: Clickbench on NVMESummary
Detailed Results Table
|
Codecov Report✅ All modified and coverable lines are covered by tests. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Benchmarks: TPC-DS SF=1 on NVMESummary
Detailed Results Table
|
Signed-off-by: Joe Isaacs <[email protected]>
# Conflicts: # vortex-duckdb/src/exporter/dict.rs
Signed-off-by: Joe Isaacs <[email protected]>
Signed-off-by: Joe Isaacs <[email protected]>
Signed-off-by: Joe Isaacs [email protected]