-
Type: Task
-
Resolution: Unresolved
-
Priority: 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.