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

Update GC docs #865

Open
dcherian opened this issue Mar 26, 2025 · 1 comment
Open

Update GC docs #865

dcherian opened this issue Mar 26, 2025 · 1 comment
Labels
documentation 📝 Improvements or additions to documentation

Comments

@dcherian
Copy link
Contributor

From @paraseba

There is one thing I still don't know how to explain properly, and people are going to be probably confused about: I have an array of 10 elements, chunk size 1, first commit I ingest 0-4, second commit I ingest 5-9. Now I expire first commit. The data is not gone, you lost version resolution but the data is still there.

@dcherian
Copy link
Contributor Author

the way they should think about expiration + GC should be ... "I'll never try to checkout a version that is older than N days"

using the snapshot written_at is never recommended

@dcherian dcherian added the documentation 📝 Improvements or additions to documentation label Apr 2, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation 📝 Improvements or additions to documentation
Projects
None yet
Development

No branches or pull requests

1 participant