updated postgres_indexes_caches_hit_ratio.sql

pull/2/head
Hari Sekhon 4 years ago
parent 3c5787aa03
commit e5b8126768

@ -24,6 +24,4 @@ SELECT
SUM(idx_blks_hit)
AS ratio
FROM
pg_statio_user_indexes
ORDER BY
ratio DESC;
pg_statio_user_indexes;

Loading…
Cancel
Save