Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
Description
This one currently special-cases Mongo. For other persistences, it
- fetches all documents
- filters by SD_TYPE
- filters by lastmod of versions
- deletes what remains
This is not only inefficient but also fails with OutOfMemory for any larger repo.
Attachments
Issue Links
- is related to
-
OAK-3213 Improve DocumentStore API
- Open