doc-exports/docs/dws/dev/dws_04_0715.html
Lu, Huayi a24ca60074 DWS DEVELOPER 811 version
Reviewed-by: Hasko, Vladimir <vladimir.hasko@t-systems.com>
Co-authored-by: Lu, Huayi <luhuayi@huawei.com>
Co-committed-by: Lu, Huayi <luhuayi@huawei.com>
2023-01-19 13:37:49 +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

Name

Type

Description

usename

name

Username

commit_counter

bigint

Number of the commit times

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