File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -702,23 +702,23 @@ execution of the winning plan. In order to include
702
702
703
703
.. include:: /includes/executionStages-omitted-field.rst
704
704
705
- .. data:: explain.executionStats.executionStages.advanced
705
+ .. data:: explain.executionStats.executionStages.nReturned
706
706
707
- The number of intermediate results returned, or *advanced*, by
708
- this stage to its parent stage.
707
+ The number of intermediate results returned by this stage to
708
+ its parent stage.
709
709
710
710
.. include:: /includes/executionStages-omitted-field.rst
711
711
712
712
.. data:: explain.executionStats.executionStages.needTime
713
713
714
714
The number of work cycles that did not advance an intermediate
715
715
result to its parent stage (see
716
- :data:`explain.executionStats.executionStages.advanced `). For
716
+ :data:`explain.executionStats.executionStages.nReturned `). For
717
717
instance, an index scan stage may spend a work cycle seeking to a
718
718
new position in the index as opposed to returning an index
719
719
key; this work cycle would count towards
720
720
:data:`explain.executionStats.executionStages.needTime` rather
721
- than :data:`explain.executionStats.executionStages.advanced `.
721
+ than :data:`explain.executionStats.executionStages.nReturned `.
722
722
723
723
.. include:: /includes/executionStages-omitted-field.rst
724
724
You can’t perform that action at this time.
0 commit comments