Uh oh!
There was an error while loading. Please reload this page.
[feat](compaction) Make base compaction output rowset write filecache more adaptive - #54694
Conversation
swjtu-zhanglei
commented
Aug 13, 2025
run buildall |
Thearas
commented
Aug 13, 2025
Thank you for your contribution to Apache Doris. Please clearly describe your PR:
|
0113e6e to
6f29df9Compareswjtu-zhanglei
commented
Aug 14, 2025
run buildall |
doris-robot
commented
Aug 14, 2025
TPC-H: Total hot run time: 33793 ms |
doris-robot
commented
Aug 14, 2025
TPC-DS: Total hot run time: 184937 ms |
doris-robot
commented
Aug 14, 2025
ClickBench: Total hot run time: 32.22 s |
hello-stephen
commented
Aug 14, 2025
BE UT Coverage ReportIncrement line coverage Increment coverage report
|
hello-stephen
commented
Aug 14, 2025
BE Regression && UT Coverage ReportIncrement line coverage Increment coverage report
|
6f29df9 to
02e3d20Compareswjtu-zhanglei
commented
Aug 29, 2025
run buildall |
02e3d20 to
5088acbComparedoris-robot
commented
Aug 29, 2025
TPC-H: Total hot run time: 34373 ms |
doris-robot
commented
Aug 29, 2025
TPC-DS: Total hot run time: 186405 ms |
doris-robot
commented
Aug 29, 2025
ClickBench: Total hot run time: 32.73 s |
doris-robot
commented
Aug 29, 2025
BE UT Coverage ReportIncrement line coverage Increment coverage report
|
16412c3 to
6689b6dCompareswjtu-zhanglei
commented
Aug 29, 2025
run buildall |
6689b6d to
e4cb44eCompareswjtu-zhanglei
commented
Aug 29, 2025
run buildall |
doris-robot
commented
Aug 29, 2025
TPC-H: Total hot run time: 34116 ms |
doris-robot
commented
Aug 29, 2025
TPC-DS: Total hot run time: 184892 ms |
doris-robot
commented
Aug 29, 2025
ClickBench: Total hot run time: 33.06 s |
doris-robot
commented
Sep 10, 2025
TPC-DS: Total hot run time: 189456 ms |
doris-robot
commented
Sep 10, 2025
ClickBench: Total hot run time: 29.71 s |
doris-robot
commented
Sep 10, 2025
BE UT Coverage ReportIncrement line coverage Increment coverage report
|
PR approved by at least one committer and no changes requested. |
hello-stephen
commented
Sep 10, 2025
BE Regression && UT Coverage ReportIncrement line coverage Increment coverage report
|
… more adaptive * when base compaction input rowsets (total_cache_size / total_data_size) > file_cache_keep_base_compaction_output_min_hit_ratio output rowsets will write to filecache
e61b424 to
a0479fbCompareswjtu-zhanglei
commented
Sep 11, 2025
run buildall |
doris-robot
commented
Sep 11, 2025
TPC-H: Total hot run time: 36788 ms |
doris-robot
commented
Sep 11, 2025
TPC-DS: Total hot run time: 188863 ms |
doris-robot
commented
Sep 11, 2025
ClickBench: Total hot run time: 29.8 s |
hello-stephen
commented
Sep 11, 2025
BE UT Coverage ReportIncrement line coverage Increment coverage report
|
hello-stephen
commented
Sep 11, 2025
BE Regression && UT Coverage ReportIncrement line coverage Increment coverage report
|
Uh oh!
There was an error while loading. Please reload this page.
… more adaptive (apache#54694) * when base compaction input rowsets (total_cache_size / total_data_size) > file_cache_keep_base_compaction_output_min_hit_ratio output rowsets will write to filecache
…te filecache more adaptive (apache#54694) Cherry-picked from apache#54694 * when base compaction input rowsets (total_cache_size / total_data_size) > file_cache_keep_base_compaction_output_min_hit_ratio output rowsets will write to filecache
…te filecache more adaptive (apache#54694) Cherry-picked from apache#54694 * when base compaction input rowsets (total_cache_size / total_data_size) > file_cache_keep_base_compaction_output_min_hit_ratio output rowsets will write to filecache
output rowsets will write to filecache
What problem does this PR solve?
Issue Number: close #xxx
Related PR: #xxx
Problem Summary:
Release note
None
Check List (For Author)
Test
Behavior changed:
Does this need documentation?
Check List (For Reviewer who merge this PR)