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

Garbage collect dangling blob_v1 and blob_piece_v1 documents #498

Closed
sandreae opened this issue Aug 11, 2023 · 0 comments · Fixed by #500
Closed

Garbage collect dangling blob_v1 and blob_piece_v1 documents #498

sandreae opened this issue Aug 11, 2023 · 0 comments · Fixed by #500

Comments

@sandreae
Copy link
Member

If there is no document relating to a blob_v1 document, then it and it's blob_piece_v1 documents (entries, operations, document views, documents) can be garbage collected. For example:

img_0020x_document -> blob_v1_document - > [blob_piece_v1_document]
img_0020x_document -> blob_v1_document - > [blob_piece_v1_document] img document gets deleted
img_0020x_document -> blob_v1_document - > [blob_piece_v1_document] garbage collection scoops up the rest

@sandreae sandreae linked a pull request Aug 15, 2023 that will close this issue
4 tasks
@sandreae sandreae added this to the Blobs milestone Aug 17, 2023
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 a pull request may close this issue.

1 participant