Julian Reschke created OAK-2110:
-----------------------------------
Summary: performance issues with VersionGarbageCollector
Key: OAK-2110
URL: https://issues.apache.org/jira/browse/OAK-2110
Project: Jackrabbit Oak
Issue Type: Bug
Components: mongomk
Reporter: Julian Reschke
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.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)