Skip to content

Commit 124450d

Browse files
authored
DOC-14911: Product Change- PR #154028 - sql: Fix idle latency tracking (#20524)
* In transaction-details.md, added Idle latency and Commit latency. * In transaction-details.md, backported change.
1 parent 9bc9536 commit 124450d

File tree

5 files changed

+8
-0
lines changed

5 files changed

+8
-0
lines changed

src/current/_includes/v24.1/ui/transaction-details.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ The details displayed on the **Transaction Details** page reflect the [time inte
66
- The **Mean transaction time**: The mean average time it took to execute the transaction within the aggregation interval.
77
- The **Application name**: The name specified by the [`application_name`]({{ link_prefix }}show-vars.html#supported-variables) session setting.
88
- **Transaction resource usage** shows overall statistics about the transaction.
9+
- **Idle latency**: The time the transaction spent waiting on the client while the transaction remained open.
910
- **Mean rows/bytes read**: The mean average number of rows and bytes [read from the storage layer]({{ link_prefix }}architecture/life-of-a-distributed-transaction.html#reads-from-the-storage-layer) during the execution of the transaction within the specified aggregation interval.
1011
- **Bytes read over network**: The amount of [data transferred over the network]({{ link_prefix }}architecture/reads-and-writes-overview.html) for this transaction within the aggregation interval. <br><br>If this value is 0, the statement was executed on a single node.
1112
- **Mean rows written**: The mean number of rows written by this transaction.

src/current/_includes/v24.3/ui/transaction-details.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ The details displayed on the **Transaction Details** page reflect the [time inte
66
- The **Mean transaction time**: The mean average time it took to execute the transaction within the aggregation interval.
77
- The **Application name**: The name specified by the [`application_name`]({{ link_prefix }}show-vars.html#supported-variables) session setting.
88
- **Transaction resource usage** shows overall statistics about the transaction.
9+
- **Idle latency**: The time the transaction spent waiting on the client while the transaction remained open.
910
- **Mean rows/bytes read**: The mean average number of rows and bytes [read from the storage layer]({{ link_prefix }}architecture/life-of-a-distributed-transaction.html#reads-from-the-storage-layer) during the execution of the transaction within the specified aggregation interval.
1011
- **Bytes read over network**: The amount of [data transferred over the network]({{ link_prefix }}architecture/reads-and-writes-overview.html) for this transaction within the aggregation interval. <br><br>If this value is 0, the statement was executed on a single node.
1112
- **Mean rows written**: The mean number of rows written by this transaction.

src/current/_includes/v25.2/ui/transaction-details.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ The details displayed on the **Transaction Details** page reflect the [time inte
66
- The **Mean transaction time**: The mean average time it took to execute the transaction within the aggregation interval.
77
- The **Application name**: The name specified by the [`application_name`]({{ link_prefix }}show-vars.html#supported-variables) session setting.
88
- **Transaction resource usage** shows overall statistics about the transaction.
9+
- **Idle latency**: The time the transaction spent waiting on the client while the transaction remained open.
10+
- **Commit latency**: The time required to finish committing the transaction after the commit phase began.
911
- **Mean rows/bytes read**: The mean average number of rows and bytes [read from the storage layer]({{ link_prefix }}architecture/life-of-a-distributed-transaction.html#reads-from-the-storage-layer) during the execution of the transaction within the specified aggregation interval.
1012
- **Bytes read over network**: The amount of [data transferred over the network]({{ link_prefix }}architecture/reads-and-writes-overview.html) for this transaction within the aggregation interval. <br><br>If this value is 0, the statement was executed on a single node.
1113
- **Mean rows written**: The mean number of rows written by this transaction.

src/current/_includes/v25.3/ui/transaction-details.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ The details displayed on the **Transaction Details** page reflect the [time inte
66
- The **Mean transaction time**: The mean average time it took to execute the transaction within the aggregation interval.
77
- The **Application name**: The name specified by the [`application_name`]({{ link_prefix }}show-vars.html#supported-variables) session setting.
88
- **Transaction resource usage** shows overall statistics about the transaction.
9+
- **Idle latency**: The time the transaction spent waiting on the client while the transaction remained open.
10+
- **Commit latency**: The time required to finish committing the transaction after the commit phase began.
911
- **Mean rows/bytes read**: The mean average number of rows and bytes [read from the storage layer]({{ link_prefix }}architecture/life-of-a-distributed-transaction.html#reads-from-the-storage-layer) during the execution of the transaction within the specified aggregation interval.
1012
- **Bytes read over network**: The amount of [data transferred over the network]({{ link_prefix }}architecture/reads-and-writes-overview.html) for this transaction within the aggregation interval. <br><br>If this value is 0, the statement was executed on a single node.
1113
- **Mean rows written**: The mean number of rows written by this transaction.

src/current/_includes/v25.4/ui/transaction-details.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ The details displayed on the **Transaction Details** page reflect the [time inte
66
- The **Mean transaction time**: The mean average time it took to execute the transaction within the aggregation interval.
77
- The **Application name**: The name specified by the [`application_name`]({{ link_prefix }}show-vars.html#supported-variables) session setting.
88
- **Transaction resource usage** shows overall statistics about the transaction.
9+
- **Idle latency**: The time the transaction spent waiting on the client while the transaction remained open.
10+
- **Commit latency**: The time required to finish committing the transaction after the commit phase began.
911
- **Mean rows/bytes read**: The mean average number of rows and bytes [read from the storage layer]({{ link_prefix }}architecture/life-of-a-distributed-transaction.html#reads-from-the-storage-layer) during the execution of the transaction within the specified aggregation interval.
1012
- **Bytes read over network**: The amount of [data transferred over the network]({{ link_prefix }}architecture/reads-and-writes-overview.html) for this transaction within the aggregation interval. <br><br>If this value is 0, the statement was executed on a single node.
1113
- **Mean rows written**: The mean number of rows written by this transaction.

0 commit comments

Comments
 (0)