Create the background compaction API

XMLWordPrintableJSON

    • Type: Task
    • Resolution: Fixed
    • Priority: Major - P3
    • 7.3.0-rc0
    • Affects Version/s: None
    • Component/s: None
    • None
    • Fully Compatible
    • c(3x10^8)-StorEng - 2023-11-14, 2023-11-28 - Anthill Tiger, 2023-12-12 - Heisenbug
    • 13
    • None
    • 3
    • None
    • None
    • None
    • None
    • None
    • None
    • None

      A new API will be created to enable and disable background compaction. A prototype of the API can be found below:

      db.runCommand
      (
          {
              autoCompact: <boolean>,
              freeSpaceTargetMB: <number>, // Optional, minimum space available to reclaim from each table in MB, default is 20MB.
          }
      )
      

       and we'll need to hook this up to WT.

       

              Assignee:
              Sean Watt
              Reporter:
              Gregory Wlodarek
              Votes:
              0 Vote for this issue
              Watchers:
              4 Start watching this issue

                Created:
                Updated:
                Resolved: