-
Type: Task
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: None
-
None
-
Storage Execution
-
Fully Compatible
-
Execution Team 2024-03-04, Execution Team 2024-03-18
SERVER-79411 created the InsertionOrderedColumnMap class, which stores keys in insertion order. This is because DocDiff generation for a bucket iterates the before/after objects in lockstep. If DocDiff application has no restrictions on field name ordering in the diff, we can simplify this map class. We should also see if maintaining the same field name ordering across diffs brings any performance benefits
- depends on
-
SERVER-79416 Generate and apply the BSONColumn DocDiff from the bucket catalog
- Closed
- related to
-
SERVER-87588 convert bucket_catalog::MeasureMap to use std::tuple rather than std::pair
- Closed