Re: Vacuum takes a really long time, vacuum full required

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Vacuum takes a really long time, vacuum full required
Дата
Msg-id 16629.1098202864@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Vacuum takes a really long time, vacuum full required  (Max Baker <max@warped.org>)
Список pgsql-performance
Max Baker <max@warped.org> writes:
> I've been having problems maintaining the speed of the database in the
> long run.  VACUUMs of the main tables happen a few times a day after maybe
> 50,000 or less rows are added and deleted (say 6 times a day).

> I have a whole lot (probably too much) indexing going on to try to speed
> things up.

> Whatever the case, the database still slows down to a halt after a month or
> so, and I have to go in and shut everything down and do a VACUUM FULL by
> hand.  One index (of many many) takes 2000 seconds to vacuum.  The whole
> process takes a few hours.

The first and foremost recommendation is to increase your FSM settings;
you seem to be using the defaults, which are pegged for a database size
of not more than about 100Mb.

Second is to update to PG 7.4.  I think you are probably suffering from
index bloat to some extent, and 7.4 should help.

            regards, tom lane

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

Предыдущее
От: Andrew Sullivan
Дата:
Сообщение: Re: Why isn't this index being used?
Следующее
От: "Andrei Bintintan"
Дата:
Сообщение: Index not used in query. Why?