Files
doc-exports/docs/dws/dev/dws_04_0845.html
luhuayi 177cd61a57 DWS DEVG 910.211 version
Reviewed-by: Pruthi, Vineet <vineet.pruthi@t-systems.com>
Co-authored-by: luhuayi <luhuayi@huawei.com>
Co-committed-by: luhuayi <luhuayi@huawei.com>
2025-05-05 07:44:03 +00:00

6.4 KiB

PGXC_WORKLOAD_TRANSACTION

PGXC_WORKLOAD_TRANSACTION provides transaction information about workload cgroups on all CNs. Only the system administrator or the preset role gs_role_read_all_stats can access this view. This view is valid only when the real-time resource monitoring function is enabled, that is, when enable_resource_track is on.

Table 1 PGXC_WORKLOAD_TRANSACTION columns

Column

Type

Description

node_name

Name

Node name.

workload

Name

Workload Cgroup name.

commit_counter

Bigint

Number of the commits.

rollback_counter

Bigint

Number of rollbacks.

resp_min

Bigint

Minimum response time, in microseconds.

resp_max

Bigint

Maximum response time, in microseconds.

resp_avg

Bigint

Average response time, in microseconds.

resp_total

Bigint

Total response time, in microseconds.