Skip to content

Instantly share code, notes, and snippets.

@jcspencer
Created October 19, 2014 22:15
Show Gist options
  • Save jcspencer/6349942c8926f84bbcf8 to your computer and use it in GitHub Desktop.
Save jcspencer/6349942c8926f84bbcf8 to your computer and use it in GitHub Desktop.
SELECT sum(heap_blks_hit) / (1 + sum(heap_blks_hit) + sum(heap_blks_read)) AS ratio FROM pg_statio_user_tables
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment