GLOBAL_STATIO_ALL_SEQUENCES
GLOBAL_STATIO_ALL_SEQUENCES contains every row of each sequence in databases on each node, showing I/O statistics about specific sequences, as described in Table 1.
| Name | Type | Description |
|---|---|---|
| node_name | name | Node name. |
| relid | oid | OID of the sequence. |
| schemaname | name | Name of the schema that the sequence is in. |
| relname | name | Sequence name. |
| blks_read | bigint | Number of disk blocks read from the sequence. |
| blks_hit | bigint | Number of cache hits in the sequence. |
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.