Skip to content

Merge of 3.6.19 into base 3.6 #4124

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Nov 12, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 12 additions & 2 deletions source/reference/database-profiler.txt
Original file line number Diff line number Diff line change
Expand Up @@ -383,11 +383,21 @@ operation.

.. versionadded:: 3.2.5

A boolean that indicates whether the query system evicted a cached
plan and re-evaluated all candidate plans.
A boolean that indicates whether the query system evicted a
:ref:`cached plan<query-plans-query-optimization>` and re-evaluated
all candidate plans.

Only present when value is ``true``.

.. data:: system.profile.replanReason

.. versionadded:: 3.6.19

A string that indicates the specific reason a
:ref:`cached plan<query-plans-query-optimization>` was evicted.

Only present when value for ``replanned`` is ``true``.

.. data:: system.profile.keysInserted

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