-
Type: Improvement
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: None
-
None
-
Storage Execution
-
Fully Compatible
-
Execution Team 2024-04-01
When inserting into a new bucket:
- the bucket is created as uncompressed
- bucket is compressed (which performs integrity checks)
- the WriteBatch constructs the compressed form of measurements with the BSONColumn reopen constructor
Proposal:
- directly construct the bucket as compressed, using MeasurementMap and BSONColumnBuilder::intermediate.
- perform integrity check on compressed bucket