[feature](cloud) Support query with freshness tolerance#53540
Merged
dataroaring merged 35 commits intoapache:masterfrom Sep 18, 2025
Merged
[feature](cloud) Support query with freshness tolerance#53540dataroaring merged 35 commits intoapache:masterfrom
dataroaring merged 35 commits intoapache:masterfrom
Conversation
Contributor
|
Thank you for your contribution to Apache Doris. Please clearly describe your PR:
|
0919575 to
39a0eea
Compare
dataroaring
reviewed
Jul 26, 2025
dataroaring
reviewed
Jul 26, 2025
74d1d57 to
0791b6c
Compare
fa4aa5e to
963a65e
Compare
gavinchou
reviewed
Aug 5, 2025
dataroaring
reviewed
Aug 7, 2025
dataroaring
reviewed
Aug 7, 2025
dataroaring
reviewed
Aug 7, 2025
dataroaring
reviewed
Aug 7, 2025
16 tasks
zhannngchen
pushed a commit
that referenced
this pull request
Aug 18, 2025
### 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 |
Contributor
BE UT Coverage ReportIncrement line coverage Increment coverage report
|
Contributor
BE Regression && UT Coverage ReportIncrement line coverage Increment coverage report
|
Contributor
FE Regression Coverage ReportIncrement line coverage |
Contributor
|
PR approved by at least one committer and no changes requested. |
gavinchou
approved these changes
Sep 18, 2025
bobhan1
pushed a commit
to bobhan1/doris
that referenced
this pull request
Sep 24, 2025
) 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
bobhan1
added a commit
to bobhan1/doris
that referenced
this pull request
Sep 24, 2025
bobhan1
added a commit
to bobhan1/doris
that referenced
this pull request
Sep 24, 2025
bobhan1
added a commit
to bobhan1/doris
that referenced
this pull request
Sep 24, 2025
bobhan1
pushed a commit
to bobhan1/doris
that referenced
this pull request
Sep 28, 2025
) 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
bobhan1
added a commit
to bobhan1/doris
that referenced
this pull request
Sep 28, 2025
8 tasks
dataroaring
pushed a commit
to apache/doris-website
that referenced
this pull request
Sep 30, 2025
… 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>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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)