Allow compact to run on system collections

XMLWordPrintableJSON

    • Type: Task
    • Resolution: Fixed
    • Priority: Minor - P4
    • 7.0.0-rc0
    • Affects Version/s: None
    • Component/s: None
    • Storage Execution
    • Fully Compatible
    • Execution Team 2023-02-20
    • None
    • None
    • None
    • None
    • None
    • None
    • None

      System collections can't be compacted:

      // Items in system.* cannot be moved as there might be pointers to them.
      uassert(ErrorCodes::InvalidNamespace, "can't compact a system namespace", !nss.isSystem());
      

      This restriction was added in SERVER-11595 and is likely an MMAP limitation. With WiredTiger being the default storage engine, this is no longer necessary as WiredTiger supports online compaction.

            Assignee:
            Kaitlin Mahar
            Reporter:
            Gregory Wlodarek
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated:
              Resolved: