-
Type: Improvement
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: Index Maintenance, Querying
-
Fully Compatible
-
v4.4
-
Query 2020-03-23, Query 2020-04-06
-
0
When we generate an index key for a document solely for validation purposes, like in this case, and we know that the index is not multikey, we can optimize the key generation code path and skip all the mutlikey specific logic.
- causes
-
SERVER-52589 Index key consistency check during FETCH may fail in certain cases
- Closed