Skip to content

Commit 986bb10

Browse files
jocelyn-mendez1Jocelyn Mendez
authored andcommitted
DOCS-14488 SBE mode no longer shows executionStage.advanced only executionStage.nReturned instead (#73)
Co-authored-by: Jocelyn Mendez <[email protected]>
1 parent a1b5808 commit 986bb10

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

source/reference/explain-results.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)