-
Type:
Improvement
-
Resolution: Unresolved
-
Priority:
Major - P3
-
None
-
Affects Version/s: None
-
Component/s: None
-
Catalog and Routing
-
v8.2
-
2
-
None
-
3
-
TBD
-
🟩 Routing and Topology
-
None
-
None
-
None
-
None
-
None
-
None
Currently getting the read write concern while creating each opctx is the source of the a significant number of branch misses in a 100% findById workload. Caching this value to avoid branching in the most common case were the default does not change improves throughput ~1% or reduces cpu util ~1%