-
Notifications
You must be signed in to change notification settings - Fork 3.7k
[feat](compaction) Make base compaction output rowset write filecache more adaptive #54694
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
Conversation
|
run buildall |
|
Thank you for your contribution to Apache Doris. Please clearly describe your PR:
|
0113e6e to
6f29df9
Compare
|
run buildall |
TPC-H: Total hot run time: 33793 ms |
TPC-DS: Total hot run time: 184937 ms |
ClickBench: Total hot run time: 32.22 s |
BE UT Coverage ReportIncrement line coverage Increment coverage report
|
BE Regression && UT Coverage ReportIncrement line coverage Increment coverage report
|
6f29df9 to
02e3d20
Compare
|
run buildall |
02e3d20 to
5088acb
Compare
TPC-H: Total hot run time: 34373 ms |
TPC-DS: Total hot run time: 186405 ms |
ClickBench: Total hot run time: 32.73 s |
BE UT Coverage ReportIncrement line coverage Increment coverage report
|
16412c3 to
6689b6d
Compare
|
run buildall |
6689b6d to
e4cb44e
Compare
|
run buildall |
TPC-H: Total hot run time: 34116 ms |
TPC-DS: Total hot run time: 184892 ms |
ClickBench: Total hot run time: 33.06 s |
TPC-DS: Total hot run time: 189456 ms |
ClickBench: Total hot run time: 29.71 s |
BE UT Coverage ReportIncrement line coverage Increment coverage report
|
|
PR approved by at least one committer and no changes requested. |
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
a0479fb
Compare
|
run buildall |
TPC-H: Total hot run time: 36788 ms |
TPC-DS: Total hot run time: 188863 ms |
ClickBench: Total hot run time: 29.8 s |
BE UT Coverage ReportIncrement line coverage Increment coverage report
|
BE Regression && UT Coverage ReportIncrement line coverage Increment coverage report
|
dataroaring
left a comment
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
… 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)