-
Notifications
You must be signed in to change notification settings - Fork 409
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
Join & Aggregation Fine Grained Partition Optimization #6157
Labels
type/enhancement
The issue or PR belongs to an enhancement.
Comments
This was referenced Oct 18, 2022
Closed
12 tasks
ti-chi-bot
pushed a commit
that referenced
this issue
Oct 31, 2022
ti-chi-bot
pushed a commit
that referenced
this issue
Nov 2, 2022
CalvinNeo
pushed a commit
to CalvinNeo/tiflash
that referenced
this issue
Nov 4, 2022
close pingcap#6157 Signed-off-by: CalvinNeo <calvinneo1995@gmail.com>
12 tasks
ti-chi-bot
pushed a commit
that referenced
this issue
Nov 15, 2022
12 tasks
ti-chi-bot
pushed a commit
that referenced
this issue
Dec 23, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Enhancement
This issue tracks Join&Aggregation operator utilizing fine grained partition tech to optimize its implementation.
For Join operator:
The time saved by utilizing fine grained partition tech in Prob side is much fewer than the cost brought by fine grained partition itself, so just consider optimize Build side. Besides, the optimization requires:
For Agg operator:
Nothing special.
Related issue: #4631
TiDB
TiFlash
After apply all these optimizations, TPCH_100 3 nodes, 2-tiflash replica, total execution time will reduce about 10%, 80.6 => 72.3:
The text was updated successfully, but these errors were encountered: