Re: the right time to vacuum database?

From: Andrew Sullivan <ajs(at)crankycanuck(dot)ca>
To: pgsql-admin(at)postgresql(dot)org
Subject: Re: the right time to vacuum database?
Date: 2007-06-05 13:25:46
Message-ID: 20070605132546.GI4818@phlogiston.dyndns.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin pgsql-sql

On Tue, Jun 05, 2007 at 03:33:09AM -0700, Charles.Hou wrote:
> how can i know that it's the time to vacuumdb? i set the crontab to
> vacuumdb 3 times in one day. because my database size increase from
> 440MB to 460MB in 8 hours.

You haven't told us enough. What's the churn on the database, to
begin with? That's only 20M. If you replace approximately 20M in 8
hours, then it might be that the FSM is working perfectly, and this
is the overhead that is reasonable to keep around to allow your
database to work perfectly.

Also, have you looked into autovacuum? It might take some of the
guesswork out of this.

Finally, I expect that most of your churn is in particular tables.
Those are the ones you want to vacuum frequently. The rest of them
aren't that interesting. The way to learn about this is to use
VACUUM VERBOSE, which will give you information about how many pages
it is recovering.

A

--
Andrew Sullivan | ajs(at)crankycanuck(dot)ca
"The year's penultimate month" is not in truth a good way of saying
November.
--H.W. Fowler

In response to

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message Chris Hoover 2007-06-05 13:33:41 Help with database change
Previous Message Brad Nicholson 2007-06-05 13:12:47 Re: the right time to vacuum database?

Browse pgsql-sql by date

  From Date Subject
Next Message Brian Mathis 2007-06-05 13:31:02 Re: Encrypted column
Previous Message Ron Johnson 2007-06-05 13:22:32 Re: Encrypted column