Files
doc-exports/docs/dws/dev/dws_04_0715.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

5.6 KiB

GS_USER_TRANSACTION

GS_USER_TRANSACTION provides transaction information about users on a single CN. The database records the number of times that each user commits and rolls back transactions and the response time of transaction commitment and rollback, in microseconds.

Table 1 GS_USER_TRANSACTION columns

Column

Type

Description

usename

Name

Username

commit_counter

Bigint

Number of the commits

rollback_counter

Bigint

Number of rollbacks

resp_min

Bigint

Minimum response time

resp_max

Bigint

Maximum response time

resp_avg

Bigint

Average response time

resp_total

Bigint

Total response time