-
Type: Task
-
Resolution: Unresolved
-
Priority: Major - P3
-
None
-
Affects Version/s: None
-
Component/s: None
-
Cluster Scalability
-
Cluster Scalability 2023-11-13, Cluster Scalability 2023-11-27, Cluster Scalability 2023-12-11, Cluster Scalability 2023-12-25, Cluster Scalability 2024-1-8, Cluster Scalability 2024-1-22, Cluster Scalability 2024-2-5, Cluster Scalability 2024-2-19, Cluster Scalability 2024-3-4, Cluster Scalability 2024-3-18
-
5
The config.transactions table is frequently written and was not designed with the expectation of having secondary indexes. Recent work in SERVER-58757 added such a secondary index. That index should be removed and the code that leverages it restructured so that it can be safely done with a collection scan or to eliminate the need for collection access entirely.