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

Stop supporting WiredTiger cursor caching across operations

    • Type: Icon: Task Task
    • Resolution: Unresolved
    • Priority: Icon: Major - P3 Major - P3
    • None
    • Affects Version/s: None
    • Component/s: None
    • Storage Execution

      Specifically, stop supporting positive values of gWiredTigerCursorCacheSize. WiredTiger's cursor cache is effective, and the only MongoDB cursor caching we need is the caching between yields (i.e. what happens when the value is negative), but we don't need cursor caching across operations.

      We should continue allowing negative values for backward-compatibility, but just take the absolute value.

            Assignee:
            Unassigned Unassigned
            Reporter:
            louis.williams@mongodb.com Louis Williams
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated: