Re: about the performance of autovacuum and vacuumdb?

Поиск
Список
Период
Сортировка
От Scott Marlowe
Тема Re: about the performance of autovacuum and vacuumdb?
Дата
Msg-id dcc563d10712201413obadbba8xf02e143fa4da959f@mail.gmail.com
обсуждение исходный текст
Ответ на about the performance of autovacuum and vacuumdb?  ("ivan.hou" <ivan.hou@msa.hinet.net>)
Список pgsql-admin
On Dec 20, 2007 12:50 AM, ivan.hou <ivan.hou@msa.hinet.net> wrote:
>
> i try to compare two methods of garbage-collect.(Postgresql Ver:8.1.3)
>
> 1. enable autovacuum without using vacuumdb -f mydb in crontab.
> 2. using crontab to vacuumdb in every 10 min (autovacuum disable)
>
> the method 2 got more free space than method 1.
>
> the disk size of database still  increased in method 1.
> so, what's the advantage of autovacuum?

That really depends.  Did the db size increase at first under method
1, then reach a steady state, or did it just keep bloating.  It might
well be that vacuuming every 10 minutes cost you more in terms of
performance than would using autovacuum, and the trade off was
slightly more disk space used.  Or it could be the db was bloating.
If the db was bloating, as Alvaro mentioned, you likely don't have
aggressive enough settings for autovacuum.

Also, update your pg install to the latest 8.1.x version, 8.1.3 has
quite a few nasty bugs in it.

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

Предыдущее
От: Alvaro Herrera
Дата:
Сообщение: Re: about the performance of autovacuum and vacuumdb?
Следующее
От: Tom Davies
Дата:
Сообщение: on-line backup questions