More efficient compression of time-series bucket inserts

XMLWordPrintableJSON

    • Type: Improvement
    • Resolution: Fixed
    • Priority: Major - P3
    • 8.0.0-rc0
    • Affects Version/s: None
    • Component/s: None
    • None
    • Storage Execution
    • Fully Compatible
    • Execution Team 2024-04-01
    • None
    • 3
    • None
    • None
    • None
    • None
    • None
    • None

      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
            Reporter:
            Matt Kneiser
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: