how to plan for vacuum?

From: Galy Lee <lee(dot)galy(at)oss(dot)ntt(dot)co(dot)jp>
To: pgsql-performance(at)postgresql(dot)org
Subject: how to plan for vacuum?
Date: 2007-01-24 05:37:44
Message-ID: 45B6F0A8.1050705@oss.ntt.co.jp
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers pgsql-performance

Hi,

For I can not find too much information about how to use vacuum, I want
to ask some general information about the guideline of vacuum planning.

1. How do we know if autovacuum is enough for my application, or should
I setup a vacuum manually from cron for my application?

2. How to set the GUC parameters for autovacuum?
There are two sets of parameters for autovacuum:
- vacuum threshold and scale factor (500/0.2)
  - analyze threshold and scale factor(250/0.1)
Is there any guideline to set these parameters? When does it need to
change the default values?
 
3. How to tune cost-based delay vacuum?
I had searched in performance list; it seems that most of the practices
are based on experience / trial-and-error approach to meet the
requirement of disk utilization or CPU utilization. Is there any other
guild line to set them?

For when autovacuum is turned on by default, if the parameters for
vacuum have not been set well, it will make the system rather unstable.
So I just wonder if we should setup a section in the manual about the
tips of vacuum, then many users can easily set the vacuum parameters for
their system.

Best Regards
Galy Lee
NTT OSS Center

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2007-01-24 07:12:49 Re: Piggybacking vacuum I/O
Previous Message Jim Nasby 2007-01-24 05:21:43 Re: About PostgreSQL certification

Browse pgsql-performance by date

  From Date Subject
Next Message Tom Lane 2007-01-24 07:44:34 Re: Bad Row Count Estimate on View with 8.2
Previous Message Mark Kirkwood 2007-01-24 03:20:47 Re: extract(field from timestamp) vs date dimension