-
Type: Improvement
-
Resolution: Duplicate
-
Priority: Major - P3
-
None
-
Affects Version/s: None
-
Component/s: None
-
None
-
Storage Execution
In the initial implementation we scan the before and after buckets for each data field to find the first differing byte in the BSONColumns. After the work is done to maintain the compression state in buckets, we can use BSONColumnBuilder::intermediate() with the anchor option to remove this scan for BSONColumn DocDiff generation.
- duplicates
-
SERVER-79411 Maintain the compression state in the Bucket class
- Closed