-
Type:
Task
-
Resolution: Done
-
Priority:
Major - P3
-
None
-
Affects Version/s: None
-
Component/s: None
-
None
-
Storage Execution
-
Execution Team 2024-07-22, Execution Team 2024-08-05
-
None
-
None
-
None
-
None
-
None
-
None
-
None
One of the drawbacks of SERVER-91713 is that it only works for untimestamped reads, since we don't track the visibility for any other points in time (for instance at majority). By implementing a mechanism to serialize inserts in _id order (which is also record id order), we won't need this tracking and thus reads at any timestamp will work properly.