You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
SELECT
sum(idx_blks_read) as idx_read,
sum(idx_blks_hit) as idx_hit,
sum(idx_blks_hit) - sum(idx_blks_read)) sum(idx_blks_hit) as ratio
FROM
pg_statio_user_indexes;
The text was updated successfully, but these errors were encountered:
SELECT
sum(idx_blks_read) as idx_read,
sum(idx_blks_hit) as idx_hit,
sum(idx_blks_hit) - sum(idx_blks_read)) sum(idx_blks_hit) as ratio
FROM
pg_statio_user_indexes;
The text was updated successfully, but these errors were encountered: