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

add option to limit WiredTiger cursor cache size

    • Type: Icon: Bug Bug
    • Resolution: Fixed
    • Priority: Icon: Major - P3 Major - P3
    • 3.4.14, 3.6.4, 3.7.3
    • Affects Version/s: None
    • Component/s: Storage
    • Labels:
      None
    • Fully Compatible
    • ALL
    • v3.6, v3.4
    • Storage 2018-02-26

      This change introduces a new setParameter wiredTigerCursorCacheSize with a default value of 10,000.

      When this is set to 0, caching of WiredTiger cursors is disabled. There is an expected and slight performance degradation from the loss of the cache, but resource usage will be lower because we are not keeping as many cursors open at once. This parameter can be safely set at runtime without requiring a restart of the server.

      This will speed up dropDatabase, collection drop, and other operations.

            Assignee:
            louis.williams@mongodb.com Louis Williams
            Reporter:
            ian@mongodb.com Ian Whalen (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            13 Start watching this issue

              Created:
              Updated:
              Resolved: