[opt](meta) put normal partitions into recyclebin when replacing partitions#36361
Merged
dataroaring merged 11 commits intoapache:masterfrom Jul 8, 2024
Merged
[opt](meta) put normal partitions into recyclebin when replacing partitions#36361dataroaring merged 11 commits intoapache:masterfrom
dataroaring merged 11 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
|
Please handle truncate too, and add regression test. |
Contributor
|
run buildall |
TPC-H: Total hot run time: 39566 ms |
TPC-DS: Total hot run time: 173985 ms |
ClickBench: Total hot run time: 30.35 s |
e3add86 to
43ad8ce
Compare
Contributor
Author
|
run buildall |
43ad8ce to
13bb106
Compare
Contributor
Author
|
run buildall |
13bb106 to
43ab7fd
Compare
Contributor
Author
|
run buildall |
TPC-H: Total hot run time: 39727 ms |
TPC-DS: Total hot run time: 171893 ms |
ClickBench: Total hot run time: 30.83 s |
253f055 to
4f6c77a
Compare
Contributor
Author
|
run buildall |
TPC-H: Total hot run time: 40320 ms |
Contributor
Author
|
run buildall |
Contributor
|
PR approved by anyone and no changes requested. |
dataroaring
reviewed
Jun 21, 2024
| @SerializedName(value = "versionTime") | ||
| private long versionTime = 0L; | ||
| @SerializedName(value = "force") | ||
| private boolean force = FeConstants.DEFAULT_DROP_NORMAL_PARTITION_WHEN_REPLACE_PARTITION; |
00ae8f2 to
bc0309d
Compare
Contributor
Author
|
run buildall |
TPC-H: Total hot run time: 40035 ms |
TPC-DS: Total hot run time: 172633 ms |
ClickBench: Total hot run time: 31.03 s |
46c7c61 to
b0526af
Compare
Contributor
Author
|
run p0 |
Contributor
Author
|
run buildall |
TPC-H: Total hot run time: 39903 ms |
TPC-DS: Total hot run time: 170504 ms |
ClickBench: Total hot run time: 30.18 s |
added 11 commits
July 3, 2024 09:15
b0526af to
35210d8
Compare
Contributor
Author
|
run buildall |
TPC-H: Total hot run time: 39766 ms |
TPC-DS: Total hot run time: 173200 ms |
ClickBench: Total hot run time: 30.48 s |
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.
Proposed changes
Issue Number: close #36714
Move the old partitions to recycle bin when replacing partition.