You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/current/_includes/v25.4/ui/active-statement-executions.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,6 +10,7 @@ Statement Execution | The SQL statement that was executed.
10
10
Status | The status of the execution: `Preparing`, `Waiting`, or `Executing`.
11
11
Start Time (UTC) | The timestamp when the execution started.
12
12
Time Spent Waiting | The time the execution spent waiting and experiencing [lock contention]({{ link_prefix }}performance-best-practices-overview.html#understanding-and-avoiding-transaction-contention).
13
+
Isolation Level | The [isolation level]({{ link_prefix }}transactions.html#isolation-levels) used for the statement execution.
13
14
Application | The name specified by the [`application_name`]({{ link_prefix }}show-vars.html#supported-variables) session setting.
14
15
15
16
To view details of an active statement execution, click an execution ID in the **Statement Execution ID** column to open the [**Statement Execution** details page](#statement-execution-details-page).
Copy file name to clipboardExpand all lines: src/current/_includes/v25.4/ui/active-transaction-executions.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,6 +14,7 @@ Elapsed Time | The time elapsed since the transaction started.
14
14
Time Spent Waiting | The amount of time the execution experienced [lock contention]({{ link_prefix }}performance-best-practices-overview.html#understanding-and-avoiding-transaction-contention).
15
15
Statements | The number of statements in the transaction.
16
16
Retries | The number of times statements in the transaction were retried.
17
+
Isolation Level | The [isolation level]({{ link_prefix }}transactions.html#isolation-levels) used for the transaction execution.
17
18
Application | The name specified by the [`application_name`]({{ link_prefix }}show-vars.html#supported-variables) session setting.
18
19
19
20
To view details of an active transaction execution, click an execution ID in the **Transaction Execution ID** column to open the [**Transaction Execution** details page](#transaction-execution-details-page).
Copy file name to clipboardExpand all lines: src/current/_includes/v25.4/ui/sessions.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -31,6 +31,7 @@ Memory Usage | Amount of memory currently allocated to the session followed by t
31
31
Client IP Address | The IP address and port of the client that opened the session.
32
32
User Name | The user that opened the session.
33
33
Application Name | The application that ran the session.
34
+
Default Isolation Level | The default [isolation level]({{ link_prefix }}transactions.html#isolation-levels) for transactions in the session.
34
35
Actions | Options to cancel the active statement and cancel the session. These require the `CANCELQUERY`[system privilege]({{ link_prefix }}security-reference/authorization.html#supported-privileges) (or the legacy `CANCELQUERY`[role option]({{ link_prefix }}alter-role.html#role-options).<ul><li>**Cancel Statement:** Ends the SQL statement. The session running this statement will receive an error. </li> <li>**Cancel Session:** Ends the session. The client that holds this session will receive a "connection terminated" event.</li></ul>
35
36
36
37
To view details of a session, click a **Session Start Time (UTC)** to display session details.
0 commit comments