add trigram indexes for artists and pools

This commit is contained in:
r888888888
2016-02-18 17:30:26 -08:00
parent 40957e04fd
commit b98226fab2
5 changed files with 144 additions and 102 deletions

View File

@@ -78,7 +78,6 @@ SELECT
'table hit rate' AS name,
sum(heap_blks_hit) / nullif(sum(heap_blks_hit) + sum(heap_blks_read),0) AS ratio
FROM pg_statio_user_tables;
);
-- index hit rate