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

Create the background compaction API

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

      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@mongodb.com Sean Watt
            Reporter:
            gregory.wlodarek@mongodb.com Gregory Wlodarek
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated:
              Resolved: