Details
-
Improvement
-
Status: Closed
-
Minor
-
Resolution: Duplicate
-
1.0.22, 1.3.6
-
None
-
None
Description
When large changes are being performed, the changes are not stored anymore in the in-memory transient space, but there is an overflow to the persistence.
It should be logged, when this overflow will happen, because when you use DocumentNodeStore, the changes are written to persistence layer when stored in the transient space; when merging they get read back and the merged state is then written back again. This can cause major performance issues, and the log should indicate, that such a situation is just happening.