schema | name | column | data type |
---|---|---|---|
pg_catalog | pg_statio_user_indexes | idx_blks_hit | int8 |
pg_catalog | pg_statio_user_indexes | idx_blks_read | int8 |
pg_catalog | pg_statio_user_indexes | indexrelid | oid |
pg_catalog | pg_statio_user_indexes | indexrelname | name |
pg_catalog | pg_statio_user_indexes | relid | oid |
pg_catalog | pg_statio_user_indexes | relname | name |
pg_catalog | pg_statio_user_indexes | schemaname | name |
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) AND pg_statio_all_indexes.schemaname <> CAST('pg_toast' AS name) AND 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