Details
-
Task
-
Resolution: Unresolved
-
Major - P3
-
None
-
None
-
None
-
Sharding NYC
-
Cluster Scalability 2023-11-13, Cluster Scalability 2023-11-27, Cluster Scalability 2023-12-11
-
5
Description
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.