Uh oh!
There was an error while loading. Please reload this page.
[optimization](filecache) speed up filecache warm up - #51776
Conversation
hello-stephen
commented
Jun 17, 2025
Thank you for your contribution to Apache Doris. Please clearly describe your PR:
|
freemandealer
commented
Jun 17, 2025
run buildall |
1 similar comment
freemandealer
commented
Jun 17, 2025
run buildall |
doris-robot
commented
Jun 17, 2025
TPC-H: Total hot run time: 34199 ms |
doris-robot
commented
Jun 17, 2025
TPC-DS: Total hot run time: 193271 ms |
doris-robot
commented
Jun 17, 2025
ClickBench: Total hot run time: 29.78 s |
hello-stephen
commented
Jun 17, 2025
BE UT Coverage ReportIncrement line coverage Increment coverage report
|
hello-stephen
commented
Jun 17, 2025
BE Regression && UT Coverage ReportIncrement line coverage Increment coverage report
|
PR approved by at least one committer and no changes requested. |
PR approved by anyone and no changes requested. |
freemandealer
commented
Jun 19, 2025
run buildall |
doris-robot
commented
Jun 19, 2025
TPC-H: Total hot run time: 35140 ms |
doris-robot
commented
Jun 19, 2025
TPC-DS: Total hot run time: 189771 ms |
doris-robot
commented
Jun 19, 2025
ClickBench: Total hot run time: 29.6 s |
hello-stephen
commented
Jun 19, 2025
FE UT Coverage ReportIncrement line coverage |
doris-robot
commented
Jun 19, 2025
BE UT Coverage ReportIncrement line coverage Increment coverage report
|
hello-stephen
commented
Jun 19, 2025
BE Regression && UT Coverage ReportIncrement line coverage Increment coverage report
|
PR approved by at least one committer and no changes requested. |
Signed-off-by: zhengyu <zhangzhengyu@selectdb.com>
Signed-off-by: zhengyu <zhangzhengyu@selectdb.com>
dataroaring
commented
Jun 26, 2025
run buildall |
doris-robot
commented
Jun 26, 2025
TPC-H: Total hot run time: 33906 ms |
doris-robot
commented
Jun 26, 2025
TPC-DS: Total hot run time: 189082 ms |
doris-robot
commented
Jun 26, 2025
ClickBench: Total hot run time: 29.05 s |
hello-stephen
commented
Jun 26, 2025
FE UT Coverage ReportIncrement line coverage |
hello-stephen
commented
Jun 26, 2025
BE UT Coverage ReportIncrement line coverage Increment coverage report
|
pick apache#51776 pick apache#51776 pick apache#51776 this pr does the following: make file cache downloader worker pool thread num configurable make warm up job split batch size configurable split large file downloading task to smaller ones to maintain load balance between threads, thus improve concurrency use meta info to deduce size of inverted idx file size to reduce S3 HEAD ops some log print optimization in our test, this opt can improve more than 3x file cache warm up performance Signed-off-by: zhengyu <zhangzhengyu@selectdb.com>
pick #51776 pick #51776 pick #51776 this pr does the following: make file cache downloader worker pool thread num configurable make warm up job split batch size configurable split large file downloading task to smaller ones to maintain load balance between threads, thus improve concurrency use meta info to deduce size of inverted idx file size to reduce S3 HEAD ops some log print optimization in our test, this opt can improve more than 3x file cache warm up performance Signed-off-by: zhengyu <zhangzhengyu@selectdb.com>
pick apache#51776 pick apache#51776 pick apache#51776 this pr does the following: make file cache downloader worker pool thread num configurable make warm up job split batch size configurable split large file downloading task to smaller ones to maintain load balance between threads, thus improve concurrency use meta info to deduce size of inverted idx file size to reduce S3 HEAD ops some log print optimization in our test, this opt can improve more than 3x file cache warm up performance Signed-off-by: zhengyu <zhangzhengyu@selectdb.com>
…ache#52556) pick apache#51776 pick apache#51776 pick apache#51776 this pr does the following: make file cache downloader worker pool thread num configurable make warm up job split batch size configurable split large file downloading task to smaller ones to maintain load balance between threads, thus improve concurrency use meta info to deduce size of inverted idx file size to reduce S3 HEAD ops some log print optimization in our test, this opt can improve more than 3x file cache warm up performance Signed-off-by: zhengyu <zhangzhengyu@selectdb.com>
…he#51776 (apache#52626) Cherry-picked from apache#51776 Signed-off-by: zhengyu <zhangzhengyu@selectdb.com>
this pr does the following:
in our test, this opt can improve more than 3x file cache warm up performance
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)