-
Notifications
You must be signed in to change notification settings - Fork 598
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: Optimize the performance of scaling in the SQL backend. #16722
Merged
Conversation
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
shanicky
force-pushed
the
peng/scale-sql-version
branch
from
May 14, 2024 06:18
60116d3
to
3d78569
Compare
shanicky
force-pushed
the
peng/scale-sql-version
branch
from
May 27, 2024 06:24
3d78569
to
bb0e444
Compare
shanicky
force-pushed
the
peng/scale-sql-version
branch
2 times, most recently
from
July 23, 2024 09:57
e52067b
to
0dae38a
Compare
shanicky
force-pushed
the
peng/scale-sql-version
branch
from
July 30, 2024 10:38
0dae38a
to
a7d6b1d
Compare
shanicky
force-pushed
the
peng/scale-sql-version
branch
3 times, most recently
from
August 6, 2024 07:38
0acc646
to
d3451bf
Compare
shanicky
force-pushed
the
peng/scale-sql-version
branch
2 times, most recently
from
August 8, 2024 05:58
c68a0cf
to
ec8a750
Compare
shanicky
force-pushed
the
peng/scale-sql-version
branch
from
August 15, 2024 08:34
824889d
to
a443e1b
Compare
…dates Refactor imports in scale.rs across controller & stream Signed-off-by: Shanicky Chen <[email protected]>
…ed vars in `generate_table_resize_plan`. Signed-off-by: Shanicky Chen <[email protected]>
…dd MetaMgrV2, async build_index_v2. Signed-off-by: Shanicky Chen <[email protected]>
shanicky
force-pushed
the
peng/scale-sql-version
branch
from
August 16, 2024 09:33
a443e1b
to
4c2f413
Compare
…`, and remove `println!` debug print.
It looks like it's ready for review. 🤔 |
yezizp2012
approved these changes
Aug 19, 2024
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, thx for the job! We can add or change the madsim integration tests after #15612 .
github-actions bot
pushed a commit
that referenced
this pull request
Aug 19, 2024
Signed-off-by: Shanicky Chen <[email protected]>
github-merge-queue bot
pushed a commit
that referenced
this pull request
Aug 19, 2024
#18092) Signed-off-by: Shanicky Chen <[email protected]> Co-authored-by: Shanicky Chen <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
I hereby agree to the terms of the RisingWave Labs, Inc. Contributor License Agreement.
What's changed and what's your intention?
This PR attempts to use the native Fragment/Actor structure to replace the original list_all_table_fragments during the scaling process.
Checklist
./risedev check
(or alias,./risedev c
)