-
Type: Improvement
-
Status: Resolved
-
Priority: Minor
-
Resolution: Fixed
-
Affects Version/s: 7.10, 8.3
-
Component/s: Core MongoDB
-
Tags:
-
Sprint:nxBD 8.4.6, nxBD 8.10.1
-
Story Points:1
To build the update commands to save a document, there is property conflict resolution that is required to not submit invalid update command.
This resolution can be a performance bottleneck on document with very long list of complex properties.
The UpdateListBuilder::conflicts must be optimized.