-
Notifications
You must be signed in to change notification settings - Fork 3.3k
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](restore) Support clean_tables/clean_partitions properties for restore job #39028
Conversation
Thank you for your contribution to Apache Doris. Since 2024-03-18, the Document has been moved to doris-website. |
run buildall |
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
|
run buildall |
clang-tidy review says "All clean, LGTM! 👍" |
418ff79
to
c2b33c9
Compare
clang-tidy review says "All clean, LGTM! 👍" |
1 similar comment
clang-tidy review says "All clean, LGTM! 👍" |
TPC-H: Total hot run time: 39778 ms
|
run buildall |
TPC-H: Total hot run time: 39636 ms
|
run buildall |
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
|
run buildall |
clang-tidy review says "All clean, LGTM! 👍" |
TPC-DS: Total hot run time: 189419 ms
|
ClickBench: Total hot run time: 30.44 s
|
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.
Hi, can you update the docs about these two properties?
updated |
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
PR approved by at least one committer and no changes requested. |
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
…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
…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
…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
…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
…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
…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
…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
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