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

Поиск
Список
Период
Сортировка
От Rod Taylor
Тема Re: Vacuum takes a really long time, vacuum full required
Дата
Msg-id 1098200416.750.238.camel@home
обсуждение исходный текст
Ответ на Vacuum takes a really long time, vacuum full required  (Max Baker <max@warped.org>)
Ответы Re: Vacuum takes a really long time, vacuum full required  (Max Baker <max@warped.org>)
Re: Vacuum takes a really long time, vacuum full required  (Max Baker <max@warped.org>)
Список pgsql-performance
> 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.

Do a REINDEX on that table instead, and regular vacuum more frequently.

> $ pg_config --version
>     PostgreSQL 7.3.2

7.4.x deals with index growth a little better 7.3 and older did.


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

Предыдущее
От: Max Baker
Дата:
Сообщение: Vacuum takes a really long time, vacuum full required
Следующее
От: Andrew Sullivan
Дата:
Сообщение: Re: Why isn't this index being used?