Description
OAK-1772 makes sure the upgrade does not run out of memory by swapping UnsavedModifications to disk. To further minimize usage and optimize the upgrade process, we should introduce a mode for the DocumentNodeStore where it doesn't use branches for large commits. The upgrade does not have concurrent writes and the overhead of managing a branch in the DocumentNodeStore is unnecessary in this case.
Attachments
Issue Links
- relates to
-
OAK-1772 Expose an extension point to move in memory state in UnsavedModification to persisted map
- Closed