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

More efficient compression of time-series bucket inserts

    • Type: Icon: Improvement Improvement
    • Resolution: Fixed
    • Priority: Icon: Major - P3 Major - P3
    • 8.0.0-rc0
    • 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

            Assignee:
            matt.kneiser@mongodb.com Matt Kneiser
            Reporter:
            matt.kneiser@mongodb.com Matt Kneiser
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: