-
Type: Task
-
Resolution: Won't Do
-
Priority: Major - P3
-
None
-
Affects Version/s: None
-
Component/s: None
-
Execution Team 2022-12-12
RecordId contains an explicit Null state when created without any data. There are currently usages of RecordId in a boost::optional which means we need to double check the nullability of the given element.
This ticket is about reconsidering usages of this in favour of a plain RecordId with the Null state to avoid unnecessary wrapping of RecordId into a boost::optional.
- is related to
-
SERVER-67471 Improve RecordId performance during index build
- Closed