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

BSONColumn is decompressed several times during timeseries validation

    • Type: Icon: Task Task
    • Resolution: Unresolved
    • Priority: Icon: Major - P3 Major - P3
    • None
    • Affects Version/s: None
    • Component/s: None
    • Labels:
    • Storage Execution

      At the moment, we perform BSONColumn decompression several times when running validation with full set to true (or BSONConformance set to true). We perform it once during BSON validation here and then again during timeseries bucket validation here and here. Since this is a relatively expensive operation we can look into re-using the decompressed column from the earlier check in the later checks.

            Assignee:
            damian.wasilewicz@mongodb.com Damian Wasilewicz
            Reporter:
            damian.wasilewicz@mongodb.com Damian Wasilewicz
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated: