Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 9 additions & 3 deletions source/includes/5.0-changes/removed-parameters.rst
Original file line number Diff line number Diff line change
@@ -1,12 +1,18 @@
MongoDB 5.0 removes the following server parameter:
MongoDB 5.0 removes the following server parameters:

.. list-table::
:header-rows: 1
:widths: 25 75

* - Removed Parameter
* - Removed Parameters
- Description


* - ``cachePressureThreshold``

- MongoDB 5.0 removes the ``cachePressureThreshold`` server
parameter. Due to changes in how WiredTiger calculates snapshot
window size this parameter is no longer relevant.

* - ``shouldMultiDocTxnCreateCollectionAndIndexes``

- MongoDB 5.0 removes the
Expand Down
2 changes: 0 additions & 2 deletions source/reference/command/serverStatus.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4359,8 +4359,6 @@ wiredTiger
}
},
"snapshot-window-settings" : {
"cache pressure percentage threshold" : <num>,
"current cache pressure percentage" : <num>,
"total number of SnapshotTooOld errors" : <num>,
"max target available snapshots window size in seconds" : <num>,
"target available snapshots window size in seconds" : <num>,
Expand Down
5 changes: 5 additions & 0 deletions source/release-notes/5.0-compatibility.txt
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,11 @@ operations. Instead, the new :serverstatus:`readConcernCounters`
replaces :serverstatus:`opReadConcernCounters` and contains additional
information.

Starting in MongoDB 5.0, the :dbcommand:`serverStatus` command does not
output the ``cache pressure percentage threshold`` and the
``current cache pressure percentage`` under
``wiredTiger.snapshot-window-settings``.

Tools Changes
-------------

Expand Down