Uploaded image for project: 'Documentation'
  1. Documentation
  2. DOCS-11809

Docs for SERVER-33237: Optimize the Range Deleter speed

      Description:

      Document the new rangeDeleterBatchDelayMS server parameter.

      Scope of changes:

      Impact to other docs outside of this product:

      MVP:

      Resources:

      Engineering Ticket Description:

      The sharding range deleter was intentionally implemented to not be fully efficient in order to minimize its interference with MMAP V1. This causes orphaned data to accumulate especially with the recent moveChunk improvements.

      With the WiredTiger storage engine, we can let it run at full speed and we should investigate the benefit of directly instantiating an auto-yielding delete stage instead of recreating the index scan phase for each document.

            Assignee:
            kay.kim@mongodb.com Kay Kim (Inactive)
            Reporter:
            kay.kim@mongodb.com Kay Kim (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved:
              5 years, 20 weeks, 2 days ago