-
Type: New Feature
-
Resolution: Gone away
-
Priority: Major - P3
-
None
-
Affects Version/s: None
-
Component/s: Index Maintenance
-
None
-
Execution Team 2021-02-08
Index tables have an index key -> RecordId (int64_t) layout today. They will need to support the index key -> RecordId (ObjectId) layout so that time-series collections can create secondary indexes.
To avoid a dependency on the metadata changes (SERVER-53984), hardcode time-series collection indexes to use ObjectId by default for now.