[feature](restore) Support clean_tables/clean_partitions properties for restore job#39028
Merged
dataroaring merged 2 commits intoapache:masterfrom Aug 14, 2024
Merged
[feature](restore) Support clean_tables/clean_partitions properties for restore job#39028dataroaring merged 2 commits intoapache:masterfrom
dataroaring merged 2 commits intoapache:masterfrom
Conversation
|
Thank you for your contribution to Apache Doris. Since 2024-03-18, the Document has been moved to doris-website. |
Contributor
Author
|
run buildall |
Contributor
|
clang-tidy review says "All clean, LGTM! 👍" |
TPC-H: Total hot run time: 41698 ms |
TPC-DS: Total hot run time: 169344 ms |
ClickBench: Total hot run time: 29.73 s |
Contributor
Author
|
run buildall |
Contributor
|
clang-tidy review says "All clean, LGTM! 👍" |
418ff79 to
c2b33c9
Compare
Contributor
|
clang-tidy review says "All clean, LGTM! 👍" |
1 similar comment
Contributor
|
clang-tidy review says "All clean, LGTM! 👍" |
TPC-H: Total hot run time: 39778 ms |
Contributor
Author
|
run buildall |
TPC-H: Total hot run time: 39636 ms |
Contributor
Author
|
run buildall |
Contributor
|
clang-tidy review says "All clean, LGTM! 👍" |
TPC-H: Total hot run time: 39725 ms |
TPC-DS: Total hot run time: 202415 ms |
ClickBench: Total hot run time: 30.75 s |
Contributor
Author
|
run buildall |
Contributor
|
clang-tidy review says "All clean, LGTM! 👍" |
ClickBench: Total hot run time: 30.44 s |
xy720
reviewed
Aug 13, 2024
Member
xy720
left a comment
There was a problem hiding this comment.
Hi, can you update the docs about these two properties?
Contributor
Author
updated |
Contributor
|
PR approved by at least one committer and no changes requested. |
wyxxxcat
pushed a commit
to wyxxxcat/doris
that referenced
this pull request
Aug 14, 2024
…or restore job (apache#39028) The restore will keep the existing tables/partitions in which the restore target is not contained, this PR adds a property clean_restore to indicate that the restore job needs to recycle those tables/partitions The CCR part PR is: selectdb/ccr-syncer#128. The website PR is: apache/doris-website#999
w41ter
added a commit
to w41ter/incubator-doris
that referenced
this pull request
Aug 14, 2024
…or restore job (apache#39028) The restore will keep the existing tables/partitions in which the restore target is not contained, this PR adds a property clean_restore to indicate that the restore job needs to recycle those tables/partitions The CCR part PR is: selectdb/ccr-syncer#128. The website PR is: apache/doris-website#999
w41ter
added a commit
to w41ter/incubator-doris
that referenced
this pull request
Aug 14, 2024
…or restore job (apache#39028) The restore will keep the existing tables/partitions in which the restore target is not contained, this PR adds a property clean_restore to indicate that the restore job needs to recycle those tables/partitions The CCR part PR is: selectdb/ccr-syncer#128. The website PR is: apache/doris-website#999
w41ter
added a commit
to w41ter/incubator-doris
that referenced
this pull request
Aug 15, 2024
…or restore job (apache#39028) The restore will keep the existing tables/partitions in which the restore target is not contained, this PR adds a property clean_restore to indicate that the restore job needs to recycle those tables/partitions The CCR part PR is: selectdb/ccr-syncer#128. The website PR is: apache/doris-website#999
w41ter
added a commit
to w41ter/incubator-doris
that referenced
this pull request
Aug 15, 2024
…or restore job (apache#39028) The restore will keep the existing tables/partitions in which the restore target is not contained, this PR adds a property clean_restore to indicate that the restore job needs to recycle those tables/partitions The CCR part PR is: selectdb/ccr-syncer#128. The website PR is: apache/doris-website#999
w41ter
added a commit
to w41ter/incubator-doris
that referenced
this pull request
Aug 15, 2024
…or restore job (apache#39028) The restore will keep the existing tables/partitions in which the restore target is not contained, this PR adds a property clean_restore to indicate that the restore job needs to recycle those tables/partitions The CCR part PR is: selectdb/ccr-syncer#128. The website PR is: apache/doris-website#999
dataroaring
pushed a commit
that referenced
this pull request
Aug 17, 2024
…or restore job (#39028) The restore will keep the existing tables/partitions in which the restore target is not contained, this PR adds a property clean_restore to indicate that the restore job needs to recycle those tables/partitions The CCR part PR is: selectdb/ccr-syncer#128. The website PR is: apache/doris-website#999
Closed
Closed
mongo360
pushed a commit
to mongo360/doris
that referenced
this pull request
Dec 11, 2024
…or restore job apache#39028 (apache#39366) cherry pick from apache#39028
This file contains hidden or 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
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.
The restore will keep the existing tables/partitions in which the restore target is not contained, this PR adds a property clean_restore to indicate that the restore job needs to recycle those tables/partitions
The CCR part PR is: selectdb/ccr-syncer#128.
The website PR is: apache/doris-website#999