PG_STATIO_ALL_INDEXES
PG_STATIO_ALL_INDEXES displays I/O statistics of all indexes in the current database.
| Column | Type | Description |
|---|---|---|
| relid | OID | OID of the index table |
| indexrelid | OID | OID of this index |
| schemaname | Name | Name of the schema this index is in |
| relname | Name | Name of the table for this index |
| indexrelname | Name | Name of this index |
| idx_blks_read | Bigint | Number of disk blocks read from the index |
| idx_blks_hit | Bigint | Number of buffer hits in this index |
What is your overall rating for this page?
Thank 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