Skip to content

Unify chunks and metadata cache backend to bucket cache #6829

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

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

yeya24
Copy link
Contributor

@yeya24 yeya24 commented Jun 19, 2025

What this PR does:

This PR tries to unify chunks cache and metadata cache backend into single bucket cache backend. This allows to support inmemory and multi level cache for metadata cache.

It allows to extend the same config for other caching bucket type we want to support in the future. We want to add cache for Parquet labels file so similar caching bucket backend can be reused.

Which issue(s) this PR fixes:
Fixes #

Checklist

  • Tests updated
  • Documentation added
  • CHANGELOG.md updated - the order of entries should be [CHANGE], [FEATURE], [ENHANCEMENT], [BUGFIX]

@dosubot dosubot bot added the storage/blocks Blocks storage engine label Jun 19, 2025
yeya24 added 3 commits June 19, 2025 00:50
Signed-off-by: yeya24 <benye@amazon.com>
Signed-off-by: Ben Ye <benye@amazon.com>
Signed-off-by: Ben Ye <benye@amazon.com>
@yeya24 yeya24 force-pushed the unify-cache-bucket branch from 65438c0 to ebfe73f Compare June 19, 2025 07:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
size/L storage/blocks Blocks storage engine
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant