-
Type: Improvement
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: Internal Code
-
Service Arch
-
Fully Compatible
-
v8.0
-
Service Arch 2024-04-29, Service Arch 2024-05-13
-
200
A stdx::mutex is used to synchronize the hash-map that backs CollectionShardingState and maps a NamespaceString to its corresponding CSSAndLock. This mutex can be replaced with one that is optimized for shared reads and infrequent writes (e.g. SERVER-86656).
- is related to
-
SERVER-87004 Optimize hash-tables with infrequent updates
- Closed