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

Delete entries from index after entry is no longer required #53

Closed
Mytherin opened this issue Dec 6, 2018 · 1 comment
Closed

Delete entries from index after entry is no longer required #53

Mytherin opened this issue Dec 6, 2018 · 1 comment

Comments

@Mytherin
Copy link
Collaborator

Mytherin commented Dec 6, 2018

Currently entries are only added to the UniqueIndex and OrderIndex, after an entry is deleted it should also be removed from these indexes. This should be handled in the UniqueIndex::Cleanup method.

@Mytherin Mytherin changed the title (Storage) Delete entries from index after entry is no longer required Delete entries from index after entry is no longer required Dec 7, 2018
@Mytherin Mytherin added this to To do in First Release Dec 7, 2018
@hannes hannes added this to the First Release milestone Mar 22, 2019
@Mytherin
Copy link
Collaborator Author

This is done for the ART, and the UniqueIndex and OrderIndex have been removed

Mytherin pushed a commit that referenced this issue Apr 26, 2021
@Mytherin Mytherin moved this from To do to Done in First Release Oct 12, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
First Release
  
Done
Development

No branches or pull requests

2 participants