File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -1212,10 +1212,10 @@ For ``explain`` operations run in ``executionStats`` or
1212
1212
</reference/explain-results>` contains the ``keysExamined`` statistic,
1213
1213
representing the number of index keys examined during index scans.
1214
1214
1215
- Prior to 3.2, ``keysExamined`` count in some queries did not include
1216
- the last scanned key. As of 3.2 this error has been corrected. For more
1217
- information, see :data:`
1218
- ~explain.executionStats.executionStages.inputStage.keysExamined `.
1215
+ Prior to 3.2, ``keysExamined`` count in some queries did not include the
1216
+ last scanned key. As of 3.2 this error has been corrected. For more
1217
+ information, see
1218
+ :data:` ~explain.executionStats.executionStages.inputStage`.
1219
1219
1220
1220
The diagnostic logs and the system profiler report on this statistic.
1221
1221
You can’t perform that action at this time.
0 commit comments