-
Type: Improvement
-
Resolution: Fixed
-
Priority: Minor - P4
-
Affects Version/s: None
-
Component/s: Persistence
-
None
The fix for https://jira.mongodb.org/browse/MONGOID-4982 makes Mongoid perform multiple writes when there are conflicts.
Instead of issuing multiple (> 2) writes, operations can be grouped more intelligently such that two writes would be able to perform all updates without conflicts.
- depends on
-
DRIVERS-716 Improved Bulk Write API
- In Progress
- related to
-
MONGOID-4982 Cannot update a field on embedded association member, add another member and add a nested association to the first member in the same save call
- Closed