Redshift Research Project

System Table Tracker

System view pg_catalog.pg_statio_sys_indexes version 1.0.61395 / 2023-12-30

schema name column data type
pg_catalog pg_statio_sys_indexes idx_blks_hit int8
pg_catalog pg_statio_sys_indexes idx_blks_read int8
pg_catalog pg_statio_sys_indexes indexrelid oid
pg_catalog pg_statio_sys_indexes indexrelname name
pg_catalog pg_statio_sys_indexes relid oid
pg_catalog pg_statio_sys_indexes relname name
pg_catalog pg_statio_sys_indexes schemaname name

View Text

SELECT pg_statio_all_indexes.relid,
       pg_statio_all_indexes.indexrelid,
       pg_statio_all_indexes.schemaname,
       pg_statio_all_indexes.relname,
       pg_statio_all_indexes.indexrelname,
       pg_statio_all_indexes.idx_blks_read,
       pg_statio_all_indexes.idx_blks_hit
FROM pg_statio_all_indexes
WHERE pg_statio_all_indexes.schemaname = CAST('pg_catalog' AS name)
   OR pg_statio_all_indexes.schemaname = CAST('pg_toast' AS name)
   OR pg_statio_all_indexes.schemaname = CAST('information_schema' AS name)


Home 3D Друк Blog Bring-Up Times Consultancy Cross-Region Benchmarks Email Forums IRC Mailing Lists Reddit Redshift Price Tracker Redshift Version Tracker Redshift Workbench System Table Tracker The Known Universe Twitter White Papers