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

Implement a garbage collector to remove unreachable nodes #3805

Closed
Tracked by #2331
hwillson opened this issue Jan 21, 2022 · 3 comments
Closed
Tracked by #2331

Implement a garbage collector to remove unreachable nodes #3805

hwillson opened this issue Jan 21, 2022 · 3 comments

Comments

@hwillson
Copy link
Member

hwillson commented Jan 21, 2022

  • Remove unreachable Records
  • Remove expired Records

(Dangling references are also an issue but related to low level usages of remove(id), see apollographql/apollo-kotlin-normalized-cache-incubating#85)

@hwillson hwillson changed the title Implement a garbage collector to remove nodes that are not reachable anymore Implement a garbage collector to remove unreachable nodes Jan 21, 2022
@hwillson hwillson added this to the Release 3.4 milestone Jun 9, 2022
@jpvajda
Copy link
Contributor

jpvajda commented Jun 16, 2022

As a note from our team discussion today we talked about doing some more product discovery around the use cases of garbage collection to better understand it's intended use. I'll work on an internal document that will help to define our approach to collecting that feedback from our users and customers. cc @martinbonnin @BoD

@jpvajda jpvajda added the 📜 Feedback Wanted This feature/API needs more use cases and details before it can be implemented. label Jun 16, 2022
@jpvajda jpvajda pinned this issue Jun 16, 2022
@jpvajda
Copy link
Contributor

jpvajda commented Jun 16, 2022

👋 I've pinned this issue to to repo, as we are looking for feedback on what type of use cases people may have around Garbage Collection and our Kotlin Client.

@jpvajda jpvajda changed the title Implement a garbage collector to remove unreachable nodes Feedback Wanted Implement a garbage collector to remove unreachable nodes Jun 16, 2022
@jpvajda jpvajda removed this from the Release 3.4 milestone Jul 15, 2022
@jpvajda jpvajda unpinned this issue Jul 22, 2022
@jpvajda jpvajda changed the title Feedback Wanted Implement a garbage collector to remove unreachable nodes Implement a garbage collector to remove unreachable nodes Aug 5, 2022
@jpvajda jpvajda removed the 📜 Feedback Wanted This feature/API needs more use cases and details before it can be implemented. label Aug 5, 2022
@martinbonnin martinbonnin assigned BoD and unassigned martinbonnin Oct 3, 2024
@BoD
Copy link
Contributor

BoD commented Dec 18, 2024

@BoD BoD closed this as not planned Won't fix, can't repro, duplicate, stale Dec 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants