File tree Expand file tree Collapse file tree 1 file changed +12
-2
lines changed Expand file tree Collapse file tree 1 file changed +12
-2
lines changed Original file line number Diff line number Diff line change @@ -383,11 +383,21 @@ operation.
383
383
384
384
.. versionadded:: 3.2.5
385
385
386
- A boolean that indicates whether the query system evicted a cached
387
- plan and re-evaluated all candidate plans.
386
+ A boolean that indicates whether the query system evicted a
387
+ :ref:`cached plan<query-plans-query-optimization>` and re-evaluated
388
+ all candidate plans.
388
389
389
390
Only present when value is ``true``.
390
391
392
+ .. data:: system.profile.replanReason
393
+
394
+ .. versionadded:: 3.6.19
395
+
396
+ A string that indicates the specific reason a
397
+ :ref:`cached plan<query-plans-query-optimization>` was evicted.
398
+
399
+ Only present when value for ``replanned`` is ``true``.
400
+
391
401
.. data:: system.profile.keysInserted
392
402
393
403
The number of index keys inserted for a given write operation.
You can’t perform that action at this time.
0 commit comments