Help Center> GaussDB> Distributed_2.x> Schemas> DBE_PERF Schema> Workload> SUMMARY_WORKLOAD_TRANSACTION
Updated on 2023-10-23 GMT+08:00

SUMMARY_WORKLOAD_TRANSACTION

SUMMARY_WORKLOAD_TRANSACTION displays the information about transactions in the cluster.

Table 1 SUMMARY_WORKLOAD_TRANSACTION columns

Name

Type

Description

workload

name

Workload name

commit_counter

numeric

Number of user transactions committed

rollback_counter

numeric

Number of user transactions rolled back

resp_min

bigint

Minimum response time of user transactions (unit: μs)

resp_max

bigint

Maximum response time of user transactions (unit: μs)

resp_avg

bigint

Average response time of user transactions (unit: μs)

resp_total

numeric

Total response time of user transactions (unit: μs)

bg_commit_counter

numeric

Number of background transactions committed

bg_rollback_counter

numeric

Number of background transactions rolled back

bg_resp_min

bigint

Minimum response time of background transactions (unit: μs)

bg_resp_max

bigint

Maximum response time of background transactions (unit: μs)

bg_resp_avg

bigint

Average response time of background transactions (unit: μs)

bg_resp_total

numeric

Total response time of background transactions (unit: μs)