PGXC_REDO_STAT
PGXC_REDO_STAT displays statistics on redoing Xlogs of each node in the cluster. All columns except node_name are the same as those in the PV_REDO_STAT view. Only the system administrator or the preset role gs_role_read_all_stats can access this view.
Name |
Type |
Description |
---|---|---|
node_name |
text |
Node name |
phywrts |
bigint |
Number of physical writes |
phyblkwrt |
bigint |
Number of physical write blocks |
writetim |
bigint |
Time taken for physical writes |
avgiotim |
bigint |
Average time taken per write |
lstiotim |
bigint |
Time taken for the last write |
miniotim |
bigint |
Minimum time taken for a write |
maxiowtm |
bigint |
Maximum time taken for a write |
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.