Skip to content

Comments

feat: Add prefetch support for concurrent read#6449

Merged
Xuanwo merged 4 commits intomainfrom
fix-concurrent-read-backpressure
Jul 30, 2025
Merged

feat: Add prefetch support for concurrent read#6449
Xuanwo merged 4 commits intomainfrom
fix-concurrent-read-backpressure

Conversation

@Xuanwo
Copy link
Member

@Xuanwo Xuanwo commented Jul 29, 2025

Which issue does this PR close?

Closes #6440
Closes #6441

Rationale for this change

As discussed in #6440, prefetch will allow users to implement backpressure for reading.

What changes are included in this PR?

prefetch API for read.

Are there any user-facing changes?

@dosubot dosubot bot added size:L This PR changes 100-499 lines, ignoring generated files. releases-note/feat The PR implements a new feature or has a title that begins with "feat" labels Jul 29, 2025
@Xuanwo Xuanwo requested a review from tisonkun July 29, 2025 15:34
Xuanwo added 2 commits July 29, 2025 23:34
Signed-off-by: Xuanwo <[email protected]>
@Xuanwo Xuanwo merged commit fb292c6 into main Jul 30, 2025
639 of 641 checks passed
@Xuanwo Xuanwo deleted the fix-concurrent-read-backpressure branch July 30, 2025 07:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

releases-note/feat The PR implements a new feature or has a title that begins with "feat" size:L This PR changes 100-499 lines, ignoring generated files.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

bug: no back-pressure on concurrent reads with chunks

2 participants