Skip to content

storage: support bounded mutability - #350

Draft
Jordan Olshevski (jveski) wants to merge 3 commits into
mainfrom
mutability
Draft

storage: support bounded mutability#350
Jordan Olshevski (jveski) wants to merge 3 commits into
mainfrom
mutability

Conversation

@jveski

@jveski Jordan Olshevski (jveski) commented Jun 25, 2026

Copy link
Copy Markdown
Contributor

Don't assume all values are immutable. Each key is cached for a TTL, after which the value pages may remain in cache, but the metadata will be redownloaded from the backend. If the metadata has changed, new pages will be downloaded. The goal is to guarantee that values will be no staler than a configured TTL.

@jveski
Jordan Olshevski (jveski) force-pushed the mutability branch 4 times, most recently from ce0c063 to fd2d4a2 Compare June 29, 2026 20:29
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.

1 participant