SYSTEM CATALOGS / STATISTICS VIEWS
pg_statio_all_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 8
- PG 18 → 19changed
- PG 12 → 13changed
- PG 11 → 12changed
- PG 9.6 → 10changed
- PG 9.5 → 9.6changed
- PG 9.4 → 9.5changed
- PG 9.3 → 9.4changed
- PG 9.1 → 9.2changed
Definition snapshot: english-manuals:a60a3772d80e4ca7f6b5b7d5609… · English manual source