Skip to content

Conversation

@github-actions
Copy link
Contributor

@github-actions github-actions bot commented Feb 3, 2026

Cherry-picked from #60181

### What problem does this PR solve?
Related PR: #58898 #59461 

This PR primarily optimizes the speed of incremental and snapshot reads.

1. For incremental reads:
- Binding the fetch logic to an interval allows fetching data within
that interval.
- Splitting the fetch and write logic asynchronously.

2. For snapshot reads:
- Introducing the `snapshot_split_size` and `snapshot_parallelism`
parameters.
- `snapshot_split_size`: Adjusts the size of each chunk during the split
phase, allowing each split to fetch more data.
- `snapshot_parallelism`: The degree of parallelism during the snapshot
read phase, i.e., how many chunks can run simultaneously, and how many
chunks are scheduled in a single task.
@github-actions github-actions bot requested a review from yiguolei as a code owner February 3, 2026 06:22
@hello-stephen
Copy link
Contributor

Thank you for your contribution to Apache Doris.
Don't know what should be done next? See How to process your PR.

Please clearly describe your PR:

  1. What problem was fixed (it's best to include specific error reporting information). How it was fixed.
  2. Which behaviors were modified. What was the previous behavior, what is it now, why was it modified, and what possible impacts might there be.
  3. What features were added. Why was this function added?
  4. Which code was refactored and why was this part of the code refactored?
  5. Which functions were optimized and what is the difference before and after the optimization?

@dataroaring dataroaring closed this Feb 3, 2026
@dataroaring dataroaring reopened this Feb 3, 2026
@hello-stephen
Copy link
Contributor

run buildall

@hello-stephen
Copy link
Contributor

FE UT Coverage Report

Increment line coverage 0.00% (0/118) 🎉
Increment coverage report
Complete coverage report

@JNSimba
Copy link
Member

JNSimba commented Feb 3, 2026

run nonConcurrent

@yiguolei yiguolei merged commit 691a881 into branch-4.0 Feb 4, 2026
26 of 30 checks passed
@github-actions github-actions bot deleted the auto-pick-60181-branch-4.0 branch February 4, 2026 08:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants