Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
1.32.0
-
None
Description
Currently the splitting of documents is done with individual write operations. This can significantly slow down the background update rate when there are many documents to split. The method DocumentNodeStore.backgroundSplit() should collect operations and perform them in bulk.