Re: stats collector suddenly causing lots of IO

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: stats collector suddenly causing lots of IO
Дата
Msg-id 25790.1271370070@sss.pgh.pa.us
обсуждение исходный текст
Ответ на stats collector suddenly causing lots of IO  (Chris <lists@deksai.com>)
Список pgsql-performance
Chris <lists@deksai.com> writes:
> I have a lot of centos servers which are running postgres.  Postgres isn't used
> that heavily on any of them, but lately, the stats collector process keeps
> causing tons of IO load.  It seems to happen only on servers with centos 5.
> The versions of postgres that are running are:

> 8.1.18
> 8.2.6
> 8.3.1
> 8.3.5
> 8.3.6
> 8.3.7
> 8.3.8
> 8.3.9
> 8.4.2
> 8.4.3

Do these different server versions really all show the problem to the
same extent?  I'd expect 8.4.x in particular to be cheaper than the
older branches.  Are their pgstat.stat files all of similar sizes?
(Note that 8.4.x keeps pgstat.stat under $PGDATA/pg_stat_tmp/ whereas
in earlier versions it was under $PGDATA/global/.)

If your applications create/use/drop a lot of tables (perhaps temp
tables) then bloat of the pgstat.stat file is to be expected, but
it should get cleaned up by vacuum (including autovacuum).  What is
your vacuuming policy on these servers ... do you use autovacuum?

            regards, tom lane

В списке pgsql-performance по дате отправления:

Предыдущее
От: Josh Berkus
Дата:
Сообщение: Re: Autovaccum with cost_delay does not complete on one solaris 5.10 machine
Следующее
От: Greg Smith
Дата:
Сообщение: Re: 8.3.9 - latency spikes with Linux (and tuning for consistently low latency)