Skip to content

Commit fb991b0

Browse files
committed
explain and query plan cache
1 parent fbfc064 commit fb991b0

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

source/core/query-plans.txt

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,8 +93,10 @@ plan and re-evaluates after any of the following events:
9393

9494
- The :program:`mongod` process restarts.
9595

96-
- You run :method:`db.collection.explain()` or
97-
:method:`cursor.explain()`.
96+
.. versionchanged:: 2.6
97+
98+
``explain()`` operations no longer read from or write to the query
99+
planner cache.
98100

99101
Cached Query Plan Interface
100102
---------------------------

0 commit comments

Comments
 (0)