-
Type: Task
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: None
-
Storage Execution
-
Fully Compatible
-
Execution Team 2025-01-06, Execution Team 2025-01-20, Execution Team 2025-02-03
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.
- is related to
-
SERVER-99903 Remove unneeded WiredTigerConnection::closeAllCursors
- Closed