-
Notifications
You must be signed in to change notification settings - Fork 3.7k
[feature](cloud) Support query with freshness tolerance #53540
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
[feature](cloud) Support query with freshness tolerance #53540
Conversation
|
Thank you for your contribution to Apache Doris. Please clearly describe your PR:
|
0919575 to
39a0eea
Compare
74d1d57 to
0791b6c
Compare
fa4aa5e to
963a65e
Compare
### What problem does this PR solve? 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 #53540
69ca66b to
60cc5f6
Compare
TPC-H: Total hot run time: 1517 ms |
TPC-DS: Total hot run time: 2721 ms |
ClickBench: Total hot run time: 0.04 s |
BE UT Coverage ReportIncrement line coverage Increment coverage report
|
BE Regression && UT Coverage ReportIncrement line coverage Increment coverage report
|
FE Regression Coverage ReportIncrement line coverage |
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
|
PR approved by at least one committer and no changes requested. |
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
) 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
) 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
… Splitting Scenarios (#2934) modified based on #2745 for apache/doris#53540 ## Versions - [x] dev - [ ] 3.0 - [ ] 2.1 - [ ] 2.0 ## Languages - [x] Chinese - [x] English ## Docs Checklist - [ ] Checked by AI - [ ] Test Cases Built --------- Co-authored-by: Chen Zhang <zhangchen@selectdb.com>
What problem does this PR solve?
doc: apache/doris-website#2934
Release note
None
Check List (For Author)
Test
Behavior changed:
Does this need documentation?
Check List (For Reviewer who merge this PR)