-
Notifications
You must be signed in to change notification settings - Fork 3.6k
branch-3.1: [feature](cloud) Support query with freshness tolerance #53540 #54611 #56390
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:
|
a37b02d
to
7d08978
Compare
run buildall |
TPC-H: Total hot run time: 32919 ms
|
TPC-DS: Total hot run time: 192626 ms
|
ClickBench: Total hot run time: 29.17 s
|
BE UT Coverage ReportIncrement line coverage Increment coverage report
|
BE Regression && UT Coverage ReportIncrement line coverage Increment coverage report
|
) Problem Summary: introduce a config `enable_warmup_immediately_on_new_rowset`, if user set it to `true` warm up will be triggerd automatically and immediately on syncing new rowsets NOTE: the method `get_rowset_warmup_state()` is used for apache#53540
7d08978
to
62c5649
Compare
run buildall |
Cloud UT Coverage ReportIncrement line coverage Increment coverage report
|
FE UT Coverage ReportIncrement line coverage |
TPC-H: Total hot run time: 32918 ms
|
TPC-DS: Total hot run time: 193732 ms
|
ClickBench: Total hot run time: 29.33 s
|
run buildall |
Cloud UT Coverage ReportIncrement line coverage Increment coverage report
|
TPC-H: Total hot run time: 33020 ms
|
TPC-DS: Total hot run time: 193451 ms
|
ClickBench: Total hot run time: 29.38 s
|
FE UT Coverage ReportIncrement line coverage |
pick #54611 and #53540
modified due to conflict with #52715