-
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
planner,infoschema,executor: Add tiflash fine grained shuffle support for hash join and aggregation #40121
Merged
Merged
planner,infoschema,executor: Add tiflash fine grained shuffle support for hash join and aggregation #40121
Changes from 18 commits
Commits
Show all changes
24 commits
Select commit
Hold shift + click to select a range
b382b4d
Save tem changes
yibin87 fcc1fce
First draft
yibin87 4ab9cdb
Code part finishd
yibin87 9911217
Add unit tests and integration tests
yibin87 bb99b1b
Little refact
yibin87 39e13f4
Little fix
yibin87 949d155
Merge branch 'master' into fg_final
yibin87 77fcd43
Little fix
yibin87 0a1a485
Merge branch 'fg_final' of github.com:yibin87/tidb into fg_final
yibin87 44a3560
Disable failpoint
yibin87 b148402
Merge branch 'master' into fg_final
yibin87 befd5f0
Little fix
yibin87 18ae092
Merge branch 'fg_final' of github.com:yibin87/tidb into fg_final
yibin87 1bb3137
Change comments
yibin87 67dc7f4
Handle DisaggregatedTiFlash mode
yibin87 a67ad49
Merge branch 'master' into fg_final
yibin87 87d3fd7
Changes to review comments
yibin87 e023a9d
Merge branch 'fg_final' of github.com:yibin87/tidb into fg_final
yibin87 0e1731d
Update planner/core/optimizer.go
yibin87 4496777
Update planner/core/optimizer.go
yibin87 f746693
Changes to comments
yibin87 3dcc20f
Merge branch 'fg_final' of github.com:yibin87/tidb into fg_final
yibin87 ec49842
Merge branch 'master' into fg_final
yibin87 f3a2fc2
Merge branch 'master' into fg_final
ti-chi-bot File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
DisaggregatedTiFlash is not supported because pd does not have related information?
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.
It is still under design, especially for auto scaling.
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.
When AutoScaler manage tiflash_compute nodes, PD cannot get the server info of tiflash_compute, we need add API in AutoScaler to support this.