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 2ceaaef commit 00a9d73Copy full SHA for 00a9d73
source/includes/fact-unexpected-shutdown-accuracy.rst
@@ -10,4 +10,14 @@ with non-default :option:`--syncdelay <mongod --syncdelay>` settings may have mo
10
checkpoints.
11
12
Run :dbcommand:`validate` on each collection on the :binary:`~bin.mongod`
13
-to restore the correct statistics after an unclean shutdown.
+to restore statistics after an unclean shutdown.
14
+
15
+After an unclean shutdown:
16
17
+- :dbcommand:`validate` updates the :ref:`count statistic
18
+ <collstat-count>` in the :dbcommand:`collStats` :ref:`output
19
+ <collStats-output>` with the latest value.
20
21
+- Other statistics like the number of documents inserted or removed in
22
+ the :dbcommand:`collStats` :ref:`output <collStats-output>` are
23
+ estimates.
0 commit comments