| От | Tom Lane |
|---|---|
| Тема | Re: stats collector suddenly causing lots of IO |
| Дата | |
| Msg-id | 9738.1271431432@sss.pgh.pa.us обсуждение исходный текст |
| Ответ на | Re: stats collector suddenly causing lots of IO (Josh Kupershmidt <schmiddy@gmail.com>) |
| Ответы |
Re: stats collector suddenly causing lots of IO
|
| Список | pgsql-performance |
Josh Kupershmidt <schmiddy@gmail.com> writes:
> I'm not sure whether this is related to the stats collector problems
> on this machine, but I noticed alarming table bloat in the catalog
> tables pg_attribute, pg_attrdef, pg_depend, and pg_type.
Hmm. That makes me wonder if autovacuum is functioning properly at all.
What does pg_stat_all_tables show for the last vacuum and analyze times
of those tables? Try something like
select relname,n_live_tup,n_dead_tup,last_vacuum,last_autovacuum,last_analyze,last_autoanalyze from pg_stat_all_tables
whereschemaname = 'pg_catalog' order by 1;
regards, tom lane
В списке pgsql-performance по дате отправления:
Сайт использует файлы cookie для корректной работы и повышения удобства. Нажимая кнопку «Принять» или продолжая пользоваться сайтом, вы соглашаетесь на их использование в соответствии с Политикой в отношении обработки cookie ООО «ППГ», в том числе на передачу данных из файлов cookie сторонним статистическим и рекламным службам. Вы можете управлять настройками cookie через параметры вашего браузера