SERVER-32756 introduced a new IndexDescriptor::IndexVersion, kV2Unique, to enable creation of new format unique index in MongoDB 4.0. The index format change which does not involve any semantic change should be dependent on WiredTiger specific index data format version instead.
This ticket tracks the work required to make the new unique index creation dependent on WT specific index data format version instead of IndexDescriptor::IndexVersion.
- is related to
-
SERVER-32825 Add the infrastructure for upgrade/downgrade of V2Unique indexes
- Closed
- related to
-
SERVER-60312 [POC] use collMod to change a non-unique index into a unique index
- Closed
-
SERVER-63582 Fail gracefully if a user tries converting a unique index with old format keys to a non-unique index.
- Closed