Skip to content

Commit 4873830

Browse files
authored
DOCSP-39848 Moves line on indexStats (#7806) (#7895)
* DOCSP-39848 Moves line on indexStats * Fixes per Ian * Fixes per Ian * Fixes per Ian
1 parent c034721 commit 4873830

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

source/reference/operator/aggregation/indexStats.txt

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -89,9 +89,6 @@ Definition
8989

9090
Only available if ``true``.
9191

92-
Statistics for an index will be reset on :binary:`~bin.mongod` restart
93-
or index drop and recreation.
94-
9592
Behavior
9693
--------
9794

@@ -111,11 +108,13 @@ Restrictions
111108
- ``$indexStats`` is not allowed in :doc:`transactions
112109
</core/transactions>`.
113110

114-
Index Modifications Resets Statistics
111+
Index Statistics Reset Considerations
115112
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
116113

117-
Modification of an existing index (see :collflag:`collMod <index>`
118-
command) resets the statistics for that index.
114+
- Statistics for an index reset on :binary:`~bin.mongod`
115+
restart or index drop and recreation.
116+
- Modification of an existing index (see :collflag:`collMod <index>`
117+
command) resets the statistics for that index.
119118

120119
Example
121120
-------

0 commit comments

Comments
 (0)