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

[META] Garbage Collection Enhancement/Rework #7752

Open
gammazero opened this issue Nov 4, 2020 · 2 comments
Open

[META] Garbage Collection Enhancement/Rework #7752

gammazero opened this issue Nov 4, 2020 · 2 comments
Labels
kind/enhancement A net-new feature or improvement to an existing feature topic/meta Topic meta

Comments

@gammazero
Copy link
Contributor

gammazero commented Nov 4, 2020

Tracking for multiple GC related issues and enhancement proposals.

Currently Open Issues:

Historical Info; Closed Issues.

Comments about current GC implementation: #1420
Enhancement effort: #4149

Block cache issues that may be pulled into GC work if block cache is also used for GC:

@gammazero gammazero added kind/enhancement A net-new feature or improvement to an existing feature topic/meta Topic meta labels Nov 4, 2020
@welcome
Copy link

welcome bot commented Nov 4, 2020

Thank you for submitting your first issue to this repository! A maintainer will be here shortly to triage and review.
In the meantime, please double-check that you have provided all the necessary information to make this process easy! Any information that can help save additional round trips is useful! We currently aim to give initial feedback within two business days. If this does not happen, feel free to leave a comment.
Please keep an eye on how this issue will be labeled, as labels give an overview of priorities, assignments and additional actions requested by the maintainers:

  • "Priority" labels will show how urgent this is for the team.
  • "Status" labels will show if this is ready to be worked on, blocked, or in progress.
  • "Need" labels will indicate if additional input or analysis is required.

Finally, remember to use https://discuss.ipfs.io if you just need general support.

@luanet
Copy link

luanet commented Jul 4, 2022

GC is query all block cids from from datastore and then compare to pinned cids and remove the missing one by one. This is expensive and slow as if we have million cids on datastore.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/enhancement A net-new feature or improvement to an existing feature topic/meta Topic meta
Projects
None yet
Development

No branches or pull requests

2 participants