Skip to content

Commit 00a9d73

Browse files
jason-price-mongodbjason-price-mongodb
andauthored
DOCS-11050 collection stats metrics sync (#550) (#576)
* DOCS-11050-collection-stats-metrics-sync * DOCS-11050-collection-stats-metrics-sync * DOCS-11050-collection-stats-metrics-sync * DOCS-11050-collection-stats-metrics-sync * DOCS-11050-collection-stats-metrics-sync * DOCS-11050-collection-stats-metrics-sync Co-authored-by: jason-price-mongodb <jshfjghsdfgjsdjh@aolsdjfhkjsdhfkjsdf.com> Co-authored-by: jason-price-mongodb <jshfjghsdfgjsdjh@aolsdjfhkjsdhfkjsdf.com>
1 parent 2ceaaef commit 00a9d73

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

source/includes/fact-unexpected-shutdown-accuracy.rst

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,14 @@ with non-default :option:`--syncdelay <mongod --syncdelay>` settings may have mo
1010
checkpoints.
1111

1212
Run :dbcommand:`validate` on each collection on the :binary:`~bin.mongod`
13-
to restore the correct statistics after an unclean shutdown.
13+
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

Comments
 (0)