PG_SESSION_IOSTAT
PG_SESSION_IOSTAT has been discarded in version 8.1.2 and is reserved for compatibility with earlier versions. This view is invalid in the current version. You can use PGXC_WLM_SESSION_STATISTICS to view load management information about jobs being executed on all CNs.
Name |
Type |
Description |
---|---|---|
query_id |
bigint |
Job ID |
mincurriops |
integer |
Minimum I/O of the current job across DNs |
maxcurriops |
integer |
Maximum I/O of the current job across DNs |
minpeakiops |
integer |
Minimum peak I/O of the current job across DNs |
maxpeakiops |
integer |
Maximum peak I/O of the current job across DNs |
io_limits |
integer |
io_limits set for the job |
io_priority |
text |
io_priority set for the job |
query |
text |
Job |
node_group |
text |
Logical cluster of the user running the job |
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.