-
Type: Improvement
-
Resolution: Unresolved
-
Priority: Major - P3
-
None
-
Affects Version/s: None
-
Component/s: None
-
None
-
Replication
In SERVER-39950 we merged some redundant code paths between sync tail and initial sync. In doing so we lost some optimizations which affect the insert_vector test performance on secondaries.
The largest effect is probably the extra copy of the batch here
But also note this pre-allocation may not be useful after removing that
whereas pre-allocation here may be helpful
- is related to
-
SERVER-59776 50% regression in single multi-update
- Closed
-
SERVER-61843 Figure out what is going on with our insert_vector performance
- Closed
-
SERVER-65054 Avoid slow insert batches blocking replication
- Closed