When to do a vacuum for highly active table

Поиск
Список
Период
Сортировка
От Markus Benne
Тема When to do a vacuum for highly active table
Дата
Msg-id 20050830211356.48138.qmail@web31606.mail.mud.yahoo.com
обсуждение исходный текст
Ответы Re: When to do a vacuum for highly active table  (Tom Lane <tgl@sss.pgh.pa.us>)
Re: When to do a vacuum for highly active table  ("Rigmor Ukuhe" <rigmor.ukuhe@finestmedia.ee>)
Список pgsql-performance
We have a highly active table that has virtually all
entries updated every 5 minutes.  Typical size of the
table is 50,000 entries, and entries have grown fat.

We are currently vaccuming hourly, and towards the end
of the hour we are seeing degradation, when compared
to the top of the hour.

Vaccum is slowly killing our system, as it is starting
to take up to 10 minutes, and load at the time of
vacuum is 6+ on a Linux box.  During the vacuum,
overall system is goin unresponsive, then comes back
once vacuum completes.

If we run vacuum less frequently, degradation
continues to the point that we can't keep up with the
throughput, plus vacuum takes longer anyway.

Becoming quite a pickle:-)

We are thinking of splitting the table in two: the
part the updates often, and the part the updates
infrequently as we suspect that record size impacts
vacuum.

Any ideas?


Thanks,
Mark

-----------------

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

Предыдущее
От: mudfoot@rawbw.com
Дата:
Сообщение: Re: High load and iowait but no disk access
Следующее
От: Tom Lane
Дата:
Сообщение: Re: When to do a vacuum for highly active table