updated postgres_indexes_caches_hit_ratio.sql

pull/2/head
Hari Sekhon 4 years ago
parent 05fcdff440
commit 3a74763337

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

Loading…
Cancel
Save