-
Notifications
You must be signed in to change notification settings - Fork 174
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
[FEAT]: shuffle_join_default_partitions
param
#2844
[FEAT]: shuffle_join_default_partitions
param
#2844
Conversation
CodSpeed Performance ReportMerging #2844 will degrade performances by 77.08%Comparing Summary
Benchmarks breakdown
|
…ult_join_partitions
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.
LGTM, we should see if this affects our local TPC-H benchmarks too
Just chatted with @samster25 We should revert this PR since this quite negatively impacts all of our benchmarks:
cc @samster25 for thoughts. I'll create a PR for the revert? LMK what you all think @universalmind303 @colin-ho |
To be clear, we probably need a more sophisticated mechanism here for determining the number of partitions. This includes:
Both of which we don't currently have in Daft... And thus this approach might be too naive for us to use right now 😭 Sorry @universalmind303 I know this was quite a bit of wasted effort on your end. |
addresses #2817