-
Type: Task
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: None
-
None
-
Storage Execution
-
Fully Compatible
-
Execution NAMR Team 2023-06-26, Execution NAMR Team 2023-07-24, Execution NAMR Team 2023-08-07, Execution NAMR Team 2023-08-21, Execution NAMR Team 2023-09-04
-
12
This code path is currently unused since re-opening compressed buckets is disabled when the feature flag is disabled. It takes in a compressed bucket and changes that need to be applied to the bucket. It returns the transform-style update in an uncompressed state that gets applied to the bucket collection.
We can repurpose this function and have it return the transform-style update in a compressed state by compressing the post-image. We'll also have to sort the bucket on time before returning the compressed update entry, which is a property of compressed buckets today.
- is depended on by
-
SERVER-77349 Update Bucket::decompressed after inserting measurements into existing buckets
- Closed
-
SERVER-78389 Always call makeTimeseriesDecompressAndUpdateOp() regardless of whether the bucket being updated is compressed
- Closed
- is duplicated by
-
SERVER-77349 Update Bucket::decompressed after inserting measurements into existing buckets
- Closed
-
SERVER-78389 Always call makeTimeseriesDecompressAndUpdateOp() regardless of whether the bucket being updated is compressed
- Closed