PG_SESSION_IOSTAT
PG_SESSION_IOSTAT shows I/O load management information about the task currently executed by the user. Only users with the sysadmin or monitor admin permission can query this view.
IOPS is counted by ones for column store and by 10 thousands for row store.
Table 1 PG_SESSION_IOSTAT columns
Minimum peak I/O of the current job across database instances | ||
Maximum peak I/O of the current job across database instances | ||
Real-time io_limits value when io_priority is used to control I/Os |
Feedback