diff --git a/sql/postgres_indexes_caches_hit_ratio.sql b/sql/postgres_indexes_caches_hit_ratio.sql index 127d5eef..e11df5be 100644 --- a/sql/postgres_indexes_caches_hit_ratio.sql +++ b/sql/postgres_indexes_caches_hit_ratio.sql @@ -24,6 +24,4 @@ SELECT SUM(idx_blks_hit) AS ratio FROM - pg_statio_user_indexes -ORDER BY - ratio DESC; + pg_statio_user_indexes;