We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa20043 commit b540893Copy full SHA for b540893
source/tutorial/long-running-queries.txt
@@ -166,6 +166,15 @@ the snapshot retention period. To specify how long WiredTiger keeps the
166
snapshot history, modify the
167
:parameter:`minSnapshotHistoryWindowInSeconds` parameter.
168
169
+.. example::
170
+
171
+ The following command sets ``minSnapshotHistoryWindowInSeconds`` to
172
+ ``600`` seconds:
173
174
+ .. code-block:: javascript
175
176
+ db.adminCommand( { setParameter: 1, minSnapshotHistoryWindowInSeconds: 600 } )
177
178
Increasing the value of :parameter:`minSnapshotHistoryWindowInSeconds`
179
increases disk usage because the server must maintain the history of
180
older modified values within the specified time window. The amount of
0 commit comments