家庭のe(電子・電気)に関する、雑多な記事
select count(*) とかだと、大量レコードのテーブルカウントは時間がかかりすぎる
一気にドンしたい場合はこれ
select relname, n_live_tup from pg_stat_user_tables where schemaname = 'public' order by relname; 以上
最近のコメント