-
Notifications
You must be signed in to change notification settings - Fork 261
(won't merge) Read spill files with stream.perf #1419
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: main
Are you sure you want to change the base?
(won't merge) Read spill files with stream.perf #1419
Conversation
|
@sqlbenchmark run tpch -s 10 -i 3 |
Ballista TPC-H Benchmark ResultsPR: #1419 - prefer flight Query Comparison
Total: Main=62277.50ms, PR=76929.20ms (+23.5%) Automated benchmark run by dfbench |
|
I have no idea why is it so slower than the other implementation. The only major difference is file ipc vs stream ipc |
|
Yeah agreed. I'm going to try to do some local profiling to see where this is coming from. I did notice that generally it looks like sort-based shuffle (without the stream fix) generally does much worse than hash-based for tpch #1401 (comment) (from your last experiment). |
it's off topic but what is it? I don't find any documentation about this new bot |
its @andygrove effort to make perf tests easier, still work in progress |
Ballista TPC-H Benchmark ResultsPR: #1419 - prefer flight Query Comparison
Total: Main=62118.20ms, PR=77160.50ms (+24.2%) Automated benchmark run by dfbench |
Which issue does this PR close?
Closes #.
Rationale for this change
What changes are included in this PR?
Are there any user-facing changes?