テーブルごとの容量確認
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,(relpages/128) mbytes from pg_class order by mbytes desc limit 20; |
コメント
コメントを投稿