-
Type: Task
-
Resolution: Done
-
Priority: Major - P3
-
None
-
Affects Version/s: None
-
Component/s: None
-
None
-
Execution Team 2022-02-07, Execution Team 2022-02-21
When collMod is converting an index to unique, it needs to scan the index for duplicates before proceeding with the conversion. In SERVER-61159, we determine if it is possible to skip this check based on the current oplog application mode. Since tenant migration and initial sync present the same mode to the collMod implementation, we should investigate if it is still safe to skip the duplicate checking in the tenant migration case.
- is related to
-
SERVER-61159 Check for duplicates before converting a non-unique index to unique
- Closed