Investigate why causal consistency run shows the 6% and 10% drops in insert_vector_primary and insert_vector_secondary_overall tests
It should not cause degradation on w:1 inserts as those are not expected to wait. However the degradation can be explained because shell adds afterClusterTime concern to all commands including insert.
https://github.com/10gen/workloads/blob/c76a618683ee93029d0515457968400c23111c5a/workloads/insert_vector.js#L142 is lint to the wait on secondaries.
- is depended on by
-
SERVER-30026 Perf test causal consistency
- Closed