PG_STATIO_SYS_SEQUENCES
PG_STATIO_SYS_SEQUENCES displays the I/O status information about all the system sequences in the namespace.
|
Column |
Type |
Description |
|---|---|---|
|
relid |
OID |
OID of this sequence |
|
schemaname |
Name |
Name of the schema this sequence is in |
|
relname |
Name |
Name of this sequence |
|
blks_read |
Bigint |
Number of disk blocks read from the sequence |
|
blks_hit |
Bigint |
Number of buffer hits in this sequence |
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.