From 01c6aac7a6b65044d840a399770498173bd901ec Mon Sep 17 00:00:00 2001 From: Florence Morris Date: Thu, 9 Oct 2025 16:06:02 -0400 Subject: [PATCH 1/2] In transaction-details.md, added Idle latency and Commit latency. --- src/current/_includes/v25.4/ui/transaction-details.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/current/_includes/v25.4/ui/transaction-details.md b/src/current/_includes/v25.4/ui/transaction-details.md index 5fe709b04b6..f9eb5f44f00 100644 --- a/src/current/_includes/v25.4/ui/transaction-details.md +++ b/src/current/_includes/v25.4/ui/transaction-details.md @@ -6,6 +6,8 @@ The details displayed on the **Transaction Details** page reflect the [time inte - The **Mean transaction time**: The mean average time it took to execute the transaction within the aggregation interval. - The **Application name**: The name specified by the [`application_name`]({{ link_prefix }}show-vars.html#supported-variables) session setting. - **Transaction resource usage** shows overall statistics about the transaction. + - **Idle latency**: The time the transaction spent waiting on the client while the transaction remained open. + - **Commit latency**: The time required to finish committing the transaction after the commit phase began. - **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. - **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.

If this value is 0, the statement was executed on a single node. - **Mean rows written**: The mean number of rows written by this transaction. From b1f8dbfaf442baee9ead37e2ecbe61653d5a24ec Mon Sep 17 00:00:00 2001 From: Florence Morris Date: Thu, 23 Oct 2025 12:40:54 -0400 Subject: [PATCH 2/2] In transaction-details.md, backported change. --- src/current/_includes/v24.1/ui/transaction-details.md | 1 + src/current/_includes/v24.3/ui/transaction-details.md | 1 + src/current/_includes/v25.2/ui/transaction-details.md | 2 ++ src/current/_includes/v25.3/ui/transaction-details.md | 2 ++ 4 files changed, 6 insertions(+) diff --git a/src/current/_includes/v24.1/ui/transaction-details.md b/src/current/_includes/v24.1/ui/transaction-details.md index 5fe709b04b6..4d32b55438b 100644 --- a/src/current/_includes/v24.1/ui/transaction-details.md +++ b/src/current/_includes/v24.1/ui/transaction-details.md @@ -6,6 +6,7 @@ The details displayed on the **Transaction Details** page reflect the [time inte - The **Mean transaction time**: The mean average time it took to execute the transaction within the aggregation interval. - The **Application name**: The name specified by the [`application_name`]({{ link_prefix }}show-vars.html#supported-variables) session setting. - **Transaction resource usage** shows overall statistics about the transaction. + - **Idle latency**: The time the transaction spent waiting on the client while the transaction remained open. - **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. - **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.

If this value is 0, the statement was executed on a single node. - **Mean rows written**: The mean number of rows written by this transaction. diff --git a/src/current/_includes/v24.3/ui/transaction-details.md b/src/current/_includes/v24.3/ui/transaction-details.md index 5fe709b04b6..4d32b55438b 100644 --- a/src/current/_includes/v24.3/ui/transaction-details.md +++ b/src/current/_includes/v24.3/ui/transaction-details.md @@ -6,6 +6,7 @@ The details displayed on the **Transaction Details** page reflect the [time inte - The **Mean transaction time**: The mean average time it took to execute the transaction within the aggregation interval. - The **Application name**: The name specified by the [`application_name`]({{ link_prefix }}show-vars.html#supported-variables) session setting. - **Transaction resource usage** shows overall statistics about the transaction. + - **Idle latency**: The time the transaction spent waiting on the client while the transaction remained open. - **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. - **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.

If this value is 0, the statement was executed on a single node. - **Mean rows written**: The mean number of rows written by this transaction. diff --git a/src/current/_includes/v25.2/ui/transaction-details.md b/src/current/_includes/v25.2/ui/transaction-details.md index 5fe709b04b6..f9eb5f44f00 100644 --- a/src/current/_includes/v25.2/ui/transaction-details.md +++ b/src/current/_includes/v25.2/ui/transaction-details.md @@ -6,6 +6,8 @@ The details displayed on the **Transaction Details** page reflect the [time inte - The **Mean transaction time**: The mean average time it took to execute the transaction within the aggregation interval. - The **Application name**: The name specified by the [`application_name`]({{ link_prefix }}show-vars.html#supported-variables) session setting. - **Transaction resource usage** shows overall statistics about the transaction. + - **Idle latency**: The time the transaction spent waiting on the client while the transaction remained open. + - **Commit latency**: The time required to finish committing the transaction after the commit phase began. - **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. - **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.

If this value is 0, the statement was executed on a single node. - **Mean rows written**: The mean number of rows written by this transaction. diff --git a/src/current/_includes/v25.3/ui/transaction-details.md b/src/current/_includes/v25.3/ui/transaction-details.md index 5fe709b04b6..f9eb5f44f00 100644 --- a/src/current/_includes/v25.3/ui/transaction-details.md +++ b/src/current/_includes/v25.3/ui/transaction-details.md @@ -6,6 +6,8 @@ The details displayed on the **Transaction Details** page reflect the [time inte - The **Mean transaction time**: The mean average time it took to execute the transaction within the aggregation interval. - The **Application name**: The name specified by the [`application_name`]({{ link_prefix }}show-vars.html#supported-variables) session setting. - **Transaction resource usage** shows overall statistics about the transaction. + - **Idle latency**: The time the transaction spent waiting on the client while the transaction remained open. + - **Commit latency**: The time required to finish committing the transaction after the commit phase began. - **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. - **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.

If this value is 0, the statement was executed on a single node. - **Mean rows written**: The mean number of rows written by this transaction.