-
Type:
Improvement
-
Resolution: Fixed
-
Priority:
Major - P3
-
Affects Version/s: None
-
Component/s: None
-
None
-
Fully Compatible
-
Execution Team 2022-10-03, Execution Team 2022-10-17
-
None
-
None
-
None
-
None
-
None
-
None
-
None
CRUD ops are applied in parallel within a batch based on a hash of their _id. The global index key inserts and delete OpTypes "xi" and "xd" do not have an _id field, so they end up being unnecessarily serialised. Serialise these OpTypes by docKey instead.