autovacuumされてる?
This file contains 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; |
deadが多い、減らない場合はautovacuumされていないかもしれません。
コメント
コメントを投稿