-
Notifications
You must be signed in to change notification settings - Fork 5.8k
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
PCP-4: Improve the performance of WindowExec
by using multi-thread hash grouping
#12966
Labels
Comments
SunRunAway
added
type/enhancement
The issue or PR belongs to an enhancement.
sig/execution
SIG execution
difficulty/medium
labels
Oct 28, 2019
/pick-up-challenge |
@jarvys don't have enough score, pick up failed |
/pick-up-challenge |
@pingyu pick up issue success |
@pingyu Do you have any ideas or plans to do this PCP, we can make a meeting to discuss it. |
@SunRunAway |
55 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Description
TiDB implements window function feature compatible with mysql(https://dev.mysql.com/doc/refman/8.0/en/window-functions.html). The performance has much space to improve.
Considering using a multi-thread hash grouping, to run each window partition in parallel.
Goals:
Difficulty
Score
Mentor(s)
Recommended Skills
The text was updated successfully, but these errors were encountered: