add trigram indexes for artists and pools
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user