Skip to content
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

[branch-2.0](schema change) use data copy to support cooldown data linked schema change #42864

Open
wants to merge 2 commits into
base: branch-2.0
Choose a base branch
from

Conversation

DarvenDuan
Copy link
Contributor

Proposed changes

Issue Number: close #xxx

Currently, link schema change is not supported for cooldown data, it will rollback to directly schema change. So Doris will read from base tablets and write to new tablets. It's time-consuming for reading and writing remote storage data, but Doris didn't make any changes to the data, so use data copy to optimize remote data linked schema change.

@doris-robot
Copy link

Thank you for your contribution to Apache Doris.
Don't know what should be done next? See How to process your PR

Since 2024-03-18, the Document has been moved to doris-website.
See Doris Document.

Copy link
Contributor

clang-tidy review says "All clean, LGTM! 👍"

Copy link
Contributor

clang-tidy review says "All clean, LGTM! 👍"

@DarvenDuan
Copy link
Contributor Author

run buildall

Copy link
Contributor

clang-tidy review says "All clean, LGTM! 👍"

@doris-robot
Copy link

TeamCity be ut coverage result:
Function Coverage: 37.84% (8157/21556)
Line Coverage: 29.56% (67124/227090)
Region Coverage: 29.04% (34615/119208)
Branch Coverage: 24.99% (17867/71506)
Coverage Report: http://coverage.selectdb-in.cc/coverage/d6121cc83146aa6975f04e553e042a1956113b0c_d6121cc83146aa6975f04e553e042a1956113b0c/report/index.html

@DarvenDuan
Copy link
Contributor Author

run p0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants