Skip to content
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

Enable chunk prefetching #11028

Closed
abhijat opened this issue May 25, 2023 · 3 comments · Fixed by #10950
Closed

Enable chunk prefetching #11028

abhijat opened this issue May 25, 2023 · 3 comments · Fixed by #10950
Assignees
Labels
area/cloud-storage Shadow indexing subsystem kind/enhance New feature or request

Comments

@abhijat
Copy link
Contributor

abhijat commented May 25, 2023

When fetching a chunk from cloud storage during tiered storage read path, it should be possible to prefetch additional chunks as a form of read-ahead.

These chunks should be placed in the cache path but not hydrated or have their file handles opened, so that they are evicted quickly by the cache if required.

@abhijat abhijat added kind/enhance New feature or request area/cloud-storage Shadow indexing subsystem labels May 25, 2023
@abhijat abhijat self-assigned this May 25, 2023
@mattschumpert
Copy link

Is this happening in 23.2 then?

@abhijat
Copy link
Contributor Author

abhijat commented Jun 21, 2023

Is this happening in 23.2 then?

The PR is open, investigating some CI failures on it now.

@mattschumpert
Copy link

@rkruze :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/cloud-storage Shadow indexing subsystem kind/enhance New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants