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

Increase default close_handle_minimum in WiredTiger from 250 to 2000

    • Type: Icon: Improvement Improvement
    • Resolution: Fixed
    • Priority: Icon: Major - P3 Major - P3
    • 5.2.0, 5.0.26
    • Affects Version/s: None
    • Component/s: None
    • Labels:
      None
    • Fully Compatible
    • v5.0
    • Execution Team 2021-10-04, Execution Team 2021-10-18, Execution Team 2021-11-01
    • 3

      In SERVER-24949 we lowered the WiredTiger "close_idle_time" from 27 hours to 10 minutes. As a result, idle file handles may be closed more aggressively. This may have a performance impact for workloads that have long periods of idle activity, since closing idle handles also clears content from the cache.

      Consider raising the "close_handle_minimum" threshold, which configures the number of file handles to keep open after a successful sweep, up from 250. This would prevent too many file handles from being closed during a sweep, and would be useful for workloads with a large number of collections and indexes. This may also raise the threshold for how long to keep around handles for dropped collections.

            Assignee:
            josef.ahmad@mongodb.com Josef Ahmad
            Reporter:
            louis.williams@mongodb.com Louis Williams
            Votes:
            0 Vote for this issue
            Watchers:
            17 Start watching this issue

              Created:
              Updated:
              Resolved: