HomeMogDBMogDB StackUqbar
v2.1

Documentation:v2.1

Supported Versions:

WAIT_EVENTS

WAIT_EVENTS displays statistics about wait events on the current node. For details about events, see Appendices-Table 1, Appendices-Table 2, Appendices-Table 3, and Appendices-Table 4. For details about the extent to which each transaction lock affects the services, see LOCK.

Table 1 WAIT_EVENTS columns

Name Type Description
nodename text Database process name
type text Event type
event text Event name
wait bigint Number of waiting times
failed_wait bigint Number of waiting failures
total_wait_time bigint Total waiting time (unit: μs)
avg_wait_time bigint Average waiting time (unit: μs)
max_wait_time bigint Maximum waiting time (unit: μs)
min_wait_time bigint Minimum waiting time (unit: μs)
last_updated timestamp with time zone Last time when the event was updated
Copyright © 2011-2024 www.enmotech.com All rights reserved.