Re: about the performance of autovacuum and vacuumdb? - Mailing list pgsql-admin

From Scott Marlowe
Subject Re: about the performance of autovacuum and vacuumdb?
Date
Msg-id dcc563d10712201413obadbba8xf02e143fa4da959f@mail.gmail.com
Whole thread Raw
In response to about the performance of autovacuum and vacuumdb?  ("ivan.hou" <ivan.hou@msa.hinet.net>)
List 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 by date:

Previous
From: Alvaro Herrera
Date:
Subject: Re: about the performance of autovacuum and vacuumdb?
Next
From: Tom Davies
Date:
Subject: on-line backup questions