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

Maintain the compression state in the Bucket class

    • Type: Icon: Task Task
    • Resolution: Fixed
    • Priority: Icon: Major - P3 Major - P3
    • 8.0.0-rc0
    • Affects Version/s: None
    • Component/s: None
    • Labels:
      None
    • Storage Execution NAMER
    • Fully Compatible
    • Execution Team 2023-11-13, Execution Team 2023-11-27, Execution Team 2023-12-11, Execution Team 2023-12-25, Execution Team 2024-01-08, Execution Team 2024-01-22, Execution Team 2024-02-05, Execution Team 2024-02-19
    • 159

      BSONColumnBuilder already has the functionality to return the intermediate BSON Column binary (via the implemented but unused BSONColumnBuilder::intermediate()) while allowing it to append more data. This intermediate BSON Column binary is what will get inserted into the system.buckets collection and the bucket will be left in a state ready for more measurements without having to go through decompression.

      We'll need to have a BSONColumnBuilder for each data column in the bucket. In addition, we need to track the memory used for BSONColumnBuilder in the BucketCatalog => this work now moved to SERVER-84101.

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

              Created:
              Updated:
              Resolved: