STATIO_SYS_TABLES
STATIO_SYS_TABLES displays I/O status information about all system catalogs in the current namespace, as described in Table 1.
Name |
Type |
Description |
---|---|---|
relid |
oid |
Table OID. |
schemaname |
name |
Name of the schema that contains the table. |
relname |
name |
Table name. |
heap_blks_read |
bigint |
Number of disk blocks read from the table. |
heap_blks_hit |
bigint |
Number of cache hits in the table. |
idx_blks_read |
bigint |
Number of disk blocks read from indexes in the table. |
idx_blks_hit |
bigint |
Number of cache hits in indexes in the table. |
toast_blks_read |
bigint |
Number of disk blocks read from TOAST tables (if any) in the table. |
toast_blks_hit |
bigint |
Number of buffer hits in TOAST tables (if any) in the table. |
tidx_blks_read |
bigint |
Number of disk blocks read from the TOAST tables index (if any) in the table. |
tidx_blks_hit |
bigint |
Number of buffer-hits in the TOAST table index (if any) in the table. |
last_updated |
timestamp with time zone |
Time when the monitoring data of the object in the view is updated for the last time. |
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.See the reply and handling status in My Cloud VOC.
For any further questions, feel free to contact us through the chatbot.
Chatbot