Uh oh!
There was an error while loading. Please reload this page.
[fix] (compaction) fix compaction score in time series policy - #40242
Conversation
doris-robot
commented
Sep 2, 2024
Thank you for your contribution to Apache Doris. Since 2024-03-18, the Document has been moved to doris-website. |
csun5285
commented
Sep 2, 2024
run buildall |
1 similar comment
csun5285
commented
Sep 2, 2024
run buildall |
csun5285
commented
Sep 2, 2024
run buildall |
clang-tidy review says "All clean, LGTM! 👍" |
1 similar comment
clang-tidy review says "All clean, LGTM! 👍" |
doris-robot
commented
Sep 2, 2024
TPC-H: Total hot run time: 37829 ms |
doris-robot
commented
Sep 2, 2024
TPC-DS: Total hot run time: 191542 ms |
doris-robot
commented
Sep 2, 2024
ClickBench: Total hot run time: 31.96 s |
PR approved by anyone and no changes requested. |
doris-robot
commented
Sep 4, 2024
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.
…#40242) ### 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.
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.