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
702702
703703 .. include:: /includes/executionStages-omitted-field.rst
704704
705- .. data:: explain.executionStats.executionStages.advanced
705+ .. data:: explain.executionStats.executionStages.nReturned
706706
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.
709709
710710 .. include:: /includes/executionStages-omitted-field.rst
711711
712712 .. data:: explain.executionStats.executionStages.needTime
713713
714714 The number of work cycles that did not advance an intermediate
715715 result to its parent stage (see
716- :data:`explain.executionStats.executionStages.advanced `). For
716+ :data:`explain.executionStats.executionStages.nReturned `). For
717717 instance, an index scan stage may spend a work cycle seeking to a
718718 new position in the index as opposed to returning an index
719719 key; this work cycle would count towards
720720 :data:`explain.executionStats.executionStages.needTime` rather
721- than :data:`explain.executionStats.executionStages.advanced `.
721+ than :data:`explain.executionStats.executionStages.nReturned `.
722722
723723 .. include:: /includes/executionStages-omitted-field.rst
724724
You can’t perform that action at this time.
0 commit comments