-
Notifications
You must be signed in to change notification settings - Fork 99
Open
Labels
FEATURENew feature or requestNew feature or request
Milestone
Description
Add view for pg_stat_io
pg_stat_io:
Rows of the view show IO operations for a particular backend type, IO target
object, IO context combination (e.g. a client backend's operations on
permanent relations in shared buffers) and each column in the view is the
total number of IO Operations done (e.g. writes). So a cell in the view would
be, for example, the number of blocks of relation data written from shared
buffers by client backends since the last stats reset.
https://www.postgresql.org/message-id/[email protected]
https://pganalyze.com/blog/pg-stat-io
Metadata
Metadata
Assignees
Labels
FEATURENew feature or requestNew feature or request