[fix](cloud) avoid broadcast remote read in topn query#58044
[fix](cloud) avoid broadcast remote read in topn query#58044dataroaring merged 4 commits intoapache:masterfrom
Conversation
|
Thank you for your contribution to Apache Doris. Please clearly describe your PR:
|
|
run buildall |
BE UT Coverage ReportIncrement line coverage Increment coverage report
|
|
Pls add a test to avoid duplicated bug in the future. |
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. |
TPC-H: Total hot run time: 34264 ms |
TPC-DS: Total hot run time: 188559 ms |
ClickBench: Total hot run time: 27.65 s |
Topn lazy read only read the cache in cloud mode to reduce tablet cache read. fix apache#50803 failed to pass force_use_only_cached to tablet_mgr Signed-off-by: zhengyu <zhangzhengyu@selectdb.com>
Signed-off-by: zhengyu <zhangzhengyu@selectdb.com>
25b4af0 to
2bcdb0d
Compare
|
run buildall |
|
PR approved by at least one committer and no changes requested. |
TPC-H: Total hot run time: 34772 ms |
TPC-H: Total hot run time: 34234 ms |
TPC-DS: Total hot run time: 188773 ms |
ClickBench: Total hot run time: 27.5 s |
|
run buildall |
TPC-H: Total hot run time: 34021 ms |
TPC-DS: Total hot run time: 188427 ms |
ClickBench: Total hot run time: 27.8 s |
BE UT Coverage ReportIncrement line coverage Increment coverage report
|
BE Regression && UT Coverage ReportIncrement line coverage Increment coverage report
|
|
PR approved by at least one committer and no changes requested. |
Topn lazy read only read the cache in cloud mode to reduce tablet cache read. fix #50803 failed to pass force_use_only_cached to tablet_mgr Signed-off-by: zhengyu <zhangzhengyu@selectdb.com>
Topn lazy read only read the cache in cloud mode to reduce tablet cache read. fix #50803 failed to pass force_use_only_cached to tablet_mgr Signed-off-by: zhengyu <zhangzhengyu@selectdb.com>
Topn lazy read only read the cache in cloud mode to reduce tablet cache read. fix apache#50803 failed to pass force_use_only_cached to tablet_mgr Signed-off-by: zhengyu <zhangzhengyu@selectdb.com>
…pache#5786) pick: apache#58044 Topn lazy read only read the cache in cloud mode to reduce tablet cache read. fix apache#50803 failed to pass force_use_only_cached to tablet_mgr Signed-off-by: freemandealer <freeman.zhang1992@gmail.com>
Topn lazy read only read the cache in cloud mode to reduce tablet cache read. fix #50803 failed to pass force_use_only_cached to tablet_mgr
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)