-
Type:
Task
-
Resolution: Won't Do
-
Priority:
Major - P3
-
None
-
Affects Version/s: None
-
Component/s: None
-
None
-
Storage Execution
-
Execution Team 2021-10-04, Execution Team 2021-10-18, Execution Team 2021-11-01
-
None
-
None
-
None
-
None
-
None
-
None
-
None
The current implementation of RecordId is essentially a hand-rolled variant but which does not overlap the fields. It is possible that using std::variant would result in a more compact object layout and/or allow for a simpler and safer implementation. In particular, issues like SERVER-59946 might be avoided.