Updated on 2025-05-29 GMT+08:00

GLOBAL_AIO_SLOT_USAGE_STATUS

GLOBAL_AIO_SLOT_USAGE_STATUS displays statistics about asynchronous I/O commit slots in all database instances, as described in Table 1.

Table 1 GLOBAL_AIO_SLOT_USAGE_STATUS columns

Name

Type

Description

node_name

text

Instance name.

slot_id

integer

Slot ID.

slot_type

"char"

Slot type. The value can be r (read) or w (write).

status

boolean

Slot usage status.

buffer_id

bigint

Buffer ID corresponding to the slot.

relfilenode_blocknum

text

Position of the physical page where the buffer corresponding to the slot is located.

lsn

bigint

LSN corresponding to the page.

submitted_time

bigint

Time when a page is committed asynchronously.

elapsed_time

bigint

Waiting time of the page.