Last active
August 29, 2015 14:27
-
-
Save kawakami-o3/5803dbc7bbcd4cd42252 to your computer and use it in GitHub Desktop.
live and dead
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| select relname,n_live_tup,n_dead_tup,last_vacuum,last_autovacuum from pg_stat_all_tables order by n_dead_tup desc limit 20; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment