SYSTEM CATALOGS / STATISTICS VIEWS
pg_statio_user_indexes
Read PG 18 manual ↗The pg_statio_all_indexes view will contain one row for each index in the current database, showing statistics about I/O on that specific index.
- Kind
- Statistics views
- Columns in this snapshot
- 7
- Definition source
- English manual
Columns 7
| Column | Type | Description / reference |
|---|---|---|
relid | oid | OID of the table for this index |
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 this index |
idx_blks_hit | bigint | Number of buffer hits in this index |
Column history across versions
Version history 2
- PG 18 → 19changed
- PG 9.1 → 9.2changed
Definition snapshot: english-manuals:41824397c04c4159f522977362a… · English manual source