-
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
refactor the implementation of HashJoin to solve the false sharing problem #39061
Labels
type/enhancement
The issue or PR belongs to an enhancement.
Comments
12 tasks
ti-chi-bot
pushed a commit
that referenced
this issue
Nov 11, 2022
12 tasks
ti-chi-bot
pushed a commit
that referenced
this issue
Nov 11, 2022
ti-chi-bot
pushed a commit
that referenced
this issue
Nov 15, 2022
This was referenced Nov 15, 2022
ti-chi-bot
pushed a commit
that referenced
this issue
Nov 17, 2022
ti-chi-bot
pushed a commit
that referenced
this issue
Nov 23, 2022
ti-chi-bot
pushed a commit
that referenced
this issue
Nov 29, 2022
ti-chi-bot
pushed a commit
that referenced
this issue
Dec 1, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Enhancement
We've found many false sharing problems in HashJoin:
RWMutex
inmutexForRowContainer
#37641Split the HashJoin into build/probe workers to fix this problem is more elegant
The text was updated successfully, but these errors were encountered: