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/v26.1/explain-analyze.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
@@ -72,6 +72,7 @@ Property | Description
72
72
`rows decoded from KV` | The number of rows read from the [storage layer]({% link {{ page.version.version }}/architecture/storage-layer.md %}).
73
73
`cumulative time spent in KV` | The total amount of time spent in the storage layer.
74
74
`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.
75
76
`maximum memory usage` | The maximum amount of memory used by this statement anytime during its execution.
76
77
`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.
77
78
`regions` | The [regions]({% link {{ page.version.version }}/show-regions.md %}) where the affected nodes were located.
0 commit comments