Skip to content

Commit 4cd0a4d

Browse files
authored
In explain-analyze.md, in Global properties, added cumulative time spent waiting in admission control. (#21620)
1 parent a59448c commit 4cd0a4d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/current/v26.1/explain-analyze.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,7 @@ Property | Description
7272
`rows decoded from KV` | The number of rows read from the [storage layer]({% link {{ page.version.version }}/architecture/storage-layer.md %}).
7373
`cumulative time spent in KV` | The total amount of time spent in the storage layer.
7474
`cumulative time spent due to contention` | The total amount of time this statement spent waiting in [contention]({% link {{ page.version.version }}/performance-best-practices-overview.md %}#understanding-and-avoiding-transaction-contention).
75+
`cumulative time spent waiting in admission control` | The total amount of time this statement spent waiting in [admission control]({% link {{ page.version.version }}/admission-control.md %}). This property is displayed only when the wait time is greater than zero.
7576
`maximum memory usage` | The maximum amount of memory used by this statement anytime during its execution.
7677
`network usage` | The amount of data transferred over the network while the statement was executed. If the value is 0 B, the statement was executed on a single node and didn't use the network.
7778
`regions` | The [regions]({% link {{ page.version.version }}/show-regions.md %}) where the affected nodes were located.

0 commit comments

Comments
 (0)