-
Notifications
You must be signed in to change notification settings - Fork 524
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
Run dedicated attribute column benchmark on production data #2629
Comments
Benchmark results Block size: The benchmark was performed on a production block with compaction level 5. The size of the block with Footer size: During the conversion from Block meta size: Configuring dedicated columns increases the size of the The following benchmark compares
** The dedicated attributes were chosen by analyzing the block and selecting the 10 attributes where the uncompressed values take up the most space |
This is amazing, wins in both size and speed 🚀 I really like the improvement on the hardest query |
Nice! A bit concerned about that footer increase, but 1.5MB for a 6GB block isn't bad. Numbers look awesome overall. |
Yes |
Run a local benchmark (based on
BenchmarkBackendBlockTraceQL
). To get realistic results the benchmark uses large blocks from production instances and compares the TraceQL performance with and without dedicated attribute column assignments.The benchmark results are added as comments to this issue.
The text was updated successfully, but these errors were encountered: