Re: BUG #3853: Autovacuum not working

Поиск
Список
Период
Сортировка
От Bill Moran
Тема Re: BUG #3853: Autovacuum not working
Дата
Msg-id 20080107083037.98a9ce00.wmoran@collaborativefusion.com
обсуждение исходный текст
Ответ на BUG #3853: Autovacuum not working  ("Christopher Brian L. Jurado" <chris.jurado@primesoft.ph>)
Список pgsql-bugs
In response to "Christopher Brian L. Jurado" <chris.jurado@primesoft.ph>:

>
> The following bug has been logged online:
>
> Bug reference:      3853
> Logged by:          Christopher Brian L. Jurado
> Email address:      chris.jurado@primesoft.ph
> PostgreSQL version: 8.1.2
> Operating system:   Windows XP/2003
> Description:        Autovacuum not working
> Details:
>
> I can see in the server logs that it has entries saying "autovacuum:
> processing database xxx". But it seems that pgAdmin still gives
> hints/suggestions that the tables need vacuuming. I don't know if this is a
> pgAdmin bug or not. But in my experience, pgAdmin seemed right and table
> statistics were not updated and query performance degrades as
> inserts/updates/deletes are done--because of outdated table statistics.
> Is this a bug? And if it is, was this fixed in 8.2? I can't find this in the
> release notes.

The autovacuum daemon has a lot of settings, it's possible that you simply
don't have it configured aggressively enough.

Please review the documentation and consider the fact that the default
settings are very conservative:
http://www.postgresql.org/docs/8.1/static/runtime-config-autovacuum.html

Additionally, you're missing 8 bug fixes in your version, I highly
recommend updating to 8.1.10 immediately.

--
Bill Moran
Collaborative Fusion Inc.
http://people.collaborativefusion.com/~wmoran/

wmoran@collaborativefusion.com
Phone: 412-422-3463x4023

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

Предыдущее
От: "Christopher Brian L. Jurado"
Дата:
Сообщение: BUG #3853: Autovacuum not working
Следующее
От: Joe Conway
Дата:
Сообщение: Re: BUG #3852: Could not create complex aggregate