[fix] (compaction) fix compaction score in time series policy#40242
[fix] (compaction) fix compaction score in time series policy#40242airborne12 merged 1 commit intoapache:masterfrom
Conversation
|
Thank you for your contribution to Apache Doris. Since 2024-03-18, the Document has been moved to doris-website. |
|
run buildall |
1 similar comment
|
run buildall |
|
run buildall |
|
clang-tidy review says "All clean, LGTM! 👍" |
1 similar comment
|
clang-tidy review says "All clean, LGTM! 👍" |
TPC-H: Total hot run time: 37829 ms |
TPC-DS: Total hot run time: 191542 ms |
ClickBench: Total hot run time: 31.96 s |
|
PR approved by anyone and no changes requested. |
|
TeamCity be ut coverage result: |
|
PR approved by at least one committer and no changes requested. |
### BEFORE The compaction score is 0 when the merge conditions are not met in the time series policy. ### AFTER The compaction score is the sum of the compaction scores of the rowsets to be merged.
…apache#40242) (apache#40779)" This reverts commit 873f70c.
…apache#40242)" This reverts commit 89b5a7a.
…apache#40242) (apache#40779)" This reverts commit 873f70c.
…apache#40242) (apache#40779)" This reverts commit 873f70c.
BEFORE
The compaction score is 0 when the merge conditions are not met in the time series policy.
AFTER
The compaction score is the sum of the compaction scores of the rowsets to be merged.