-
Notifications
You must be signed in to change notification settings - Fork 3.7k
branch-3.1: [feat](compaction) Make base compaction output rowset write filecache more adaptive #54694 #56278
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
|
Thank you for your contribution to Apache Doris. Please clearly describe your PR:
|
…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
09b228c to
879a268
Compare
…pache#56195) Cherry-picked from apache#56195 * make `test_filecache_with_base_compaction_thresthold` run faster and use less memory * fix test_list_cache_file not stable
|
run buildall |
TPC-H: Total hot run time: 32777 ms |
TPC-DS: Total hot run time: 192903 ms |
ClickBench: Total hot run time: 28.35 s |
BE UT Coverage ReportIncrement line coverage Increment coverage report
|
|
run p0 |
BE Regression && UT Coverage ReportIncrement line coverage Increment coverage report
|
BE Regression && UT Coverage ReportIncrement line coverage Increment coverage report
|
Cherry-picked from #54694