Updated on 2024-12-18 GMT+08:00

PGXC_REL_IOSTAT

PGXC_REL_IOSTAT displays disk read/write statistics on each node in the cluster. This view is accessible only to users with system administrators rights.

Table 1 PGXC_REL_IOSTAT columns

Name

Type

Description

node_name

text

Node name

phyrds

bigint

Number of disk reads

phywrts

bigint

Number of disk writes

phyblkrd

bigint

Number of read pages

phyblkwrt

bigint

Number of written pages