-
Notifications
You must be signed in to change notification settings - Fork 3.7k
[feature](backup) backup restore colocate table #46059
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
[feature](backup) backup restore colocate table #46059
Conversation
|
Thank you for your contribution to Apache Doris. Please clearly describe your PR:
|
|
run buildall |
1 similar comment
|
run buildall |
TPC-H: Total hot run time: 32947 ms |
TPC-DS: Total hot run time: 188856 ms |
ClickBench: Total hot run time: 31.98 s |
|
run buildall |
TPC-H: Total hot run time: 32874 ms |
TPC-DS: Total hot run time: 192246 ms |
ClickBench: Total hot run time: 31.12 s |
deb4a6f to
b3bd5e4
Compare
|
run buildall |
TPC-H: Total hot run time: 31919 ms |
TPC-DS: Total hot run time: 195004 ms |
ClickBench: Total hot run time: 30.55 s |
|
PR approved by at least one committer and no changes requested. |
|
PR approved by anyone and no changes requested. |
lide-reed
left a comment
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
|
run buildall |
|
run p0 |
TPC-H: Total hot run time: 32168 ms |
TPC-DS: Total hot run time: 187455 ms |
ClickBench: Total hot run time: 30.72 s |
|
run buildall |
TPC-H: Total hot run time: 31948 ms |
TPC-DS: Total hot run time: 187577 ms |
ClickBench: Total hot run time: 31.02 s |
1. Add a property `reserve_colocate` when backup a table to record what group a table belongs to. 2. When restore the table, create or find the colocate group, and add the table to the colocate group. 3. Remove the table from the colocate group when restore failed.
### What problem does this PR solve? 1. Add a property `reserve_colocate` when backup a table to record what group a table belongs to. 2. When restore the table, create or find the colocate group, and add the table to the colocate group. 3. Remove the table from the colocate group when restore failed. --------- Co-authored-by: lide <lide@apache.org>
1. Add a property `reserve_colocate` when backup a table to record what group a table belongs to. 2. When restore the table, create or find the colocate group, and add the table to the colocate group. 3. Remove the table from the colocate group when restore failed.
1. Add a property `reserve_colocate` when backup a table to record what group a table belongs to. 2. When restore the table, create or find the colocate group, and add the table to the colocate group. 3. Remove the table from the colocate group when restore failed.
What problem does this PR solve?
Issue Number: close #xxx
Related PR: #xxx
Problem Summary:
Release note
None
Check List (For Author)
Test
Behavior changed:
Does this need documentation?
Feature backup colocate doris-website#1810
Check List (For Reviewer who merge this PR)