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

block: allow Read without a cache #4313

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

RaduBerinde
Copy link
Member

Currently if we create an sstable.Reader without setting cache
options, a zero-sized cache is created just for that reader. We change
the code to not require a cache and we clean up the Read code a little
by separating the "normal" path.

Currently if we create an `sstable.Reader` without setting cache
options, a zero-sized cache is created just for that reader. We change
the code to not require a cache and we clean up the Read code a little
by separating the "normal" path.
@RaduBerinde RaduBerinde requested a review from jbowens February 1, 2025 19:26
@RaduBerinde RaduBerinde requested a review from a team as a code owner February 1, 2025 19:26
@cockroach-teamcity
Copy link
Member

This change is Reviewable

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.

2 participants