File tree Expand file tree Collapse file tree 1 file changed +5
-6
lines changed
source/reference/operator/aggregation Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Original file line number Diff line number Diff line change @@ -89,9 +89,6 @@ Definition
89
89
90
90
Only available if ``true``.
91
91
92
- Statistics for an index will be reset on :binary:`~bin.mongod` restart
93
- or index drop and recreation.
94
-
95
92
Behavior
96
93
--------
97
94
@@ -111,11 +108,13 @@ Restrictions
111
108
- ``$indexStats`` is not allowed in :doc:`transactions
112
109
</core/transactions>`.
113
110
114
- Index Modifications Resets Statistics
111
+ Index Statistics Reset Considerations
115
112
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
116
113
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.
119
118
120
119
Example
121
120
-------
You can’t perform that action at this time.
0 commit comments