-
Type: Task
-
Resolution: Done
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: None
-
None
-
Fully Compatible
The new implementation of $push does not log positional $sets for those cases where it is possible. Instead, it currently always logs the entire array. The mod should be updated to do positional sets in the oplog when doing so is known to be safe, including at least the cases for which the old implementation used positional sets.
Also do $addToSet as well.
- is depended on by
-
SERVER-10595 Replicating many array operations is excessively slow
- Closed