updated postgres_tables_cache_hit_ratio.sql

pull/2/head
Hari Sekhon 4 years ago
parent 4e0b842cc0
commit 483faecef9

@ -15,7 +15,7 @@
-- PostgreSQL Tables Cache-hit Ratio
--
-- should be closer to 1, eg. 0.99
-- should be closer to 1, eg. 0.99, at least 0.90
SELECT
SUM(heap_blks_read) AS heap_blks_read,

Loading…
Cancel
Save