Skip to content

Commit 577aac2

Browse files
committed
DOCSP-8329 add replanreason to db profiler
1 parent e931c77 commit 577aac2

File tree

1 file changed

+12
-2
lines changed

1 file changed

+12
-2
lines changed

source/reference/database-profiler.txt

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -383,11 +383,21 @@ operation.
383383

384384
.. versionadded:: 3.2.5
385385

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.
388389

389390
Only present when value is ``true``.
390391

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+
391401
.. data:: system.profile.keysInserted
392402

393403
The number of index keys inserted for a given write operation.

0 commit comments

Comments
 (0)