-
Type: Task
-
Resolution: Unresolved
-
Priority: Major - P3
-
None
-
Affects Version/s: None
-
Component/s: None
-
None
-
Storage Execution
-
Execution Team 2025-02-03
-
0
The index data format version currently depends on three things:
- uniqueness
- index version (v1 or v2)
- key/value format
However, uniqueness itself does not actually directly affect the format of the data in the index as that can be entirely determined by the index version and the key/value format (i.e. whether the record id is in the keys or in the values, or a mix of both). Making it independent of uniqueness would allow unique index conversions to no longer need to modify the version number, which would alleviate the issues linked to SERVER-68216.
- is depended on by
-
SERVER-68216 Investigate atomicity issue with wiredtiger alter
- Blocked