Skip to content

Commit a927fc5

Browse files
jason-price-mongodbjeff-allen-mongo
jason-price-mongodb
authored andcommitted
DOCSP-14195 slot based execution for find
1 parent 635b322 commit a927fc5

9 files changed

+365
-48
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
Starting in MongoDB 5.1, this field is included if the
2+
:parameter:`internalQueryEnableSlotBasedExecutionEngine` parameter is
3+
``true``.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
Starting in MongoDB 5.1, this field is omitted if the
2+
:parameter:`internalQueryEnableSlotBasedExecutionEngine` parameter is
3+
``true``.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
- ``plannerVersion`` is renamed to ``explainVersion`` and moved
2+
to the top section of the ``explain`` results.
3+
4+
- ``winningPlan`` content is moved to ``winningPlan.queryPlan``.
5+
6+
- ``winningPlan.slotBasedPlan`` is added.

source/includes/explainVersion.rst

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
``explainVersion`` is:
2+
3+
- 1 when enhanced query execution is not used.
4+
- 2 when enhanced query execution is used.

0 commit comments

Comments
 (0)