Uploaded image for project: 'Core Server'
  1. Core Server
  2. SERVER-77347

Modify makeTimeseriesDecompressAndUpdateOp() to return a compressed update entry

    • Type: Icon: Task Task
    • Resolution: Fixed
    • Priority: Icon: Major - P3 Major - P3
    • 7.1.0-rc0
    • Affects Version/s: None
    • Component/s: None
    • Labels:
      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.

            Assignee:
            gregory.wlodarek@mongodb.com Gregory Wlodarek
            Reporter:
            gregory.wlodarek@mongodb.com Gregory Wlodarek
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated:
              Resolved: