Re: tuning questions

scott.marlowe <scott.marlowe@ihs.com>

From: "scott.marlowe" <scott.marlowe@ihs.com>
To: Josh Berkus <josh@agliodbs.com>
Cc: Jack Coates <jack@lyris.com>, <pgsql-performance@postgresql.org>
Date: 2003-12-04T18:12:30Z
Lists: pgsql-hackers, pgsql-performance
On Thu, 4 Dec 2003, Josh Berkus wrote:

> Scott,
> 
> > Just to add to what the others have said here, you probably want to run 
> > the pg_autovacuum daemon in the background.  It comes with 7.4 but will 
> > work fine with 7.3.  
> 
> I don't recommend using pg_autovacuum with a data transformation task.   pg_av 
> is designed for "regular use" not huge batch tasks.

What bad thing is likely to happen if it's used here?  Fire too often or 
use too much I/O bandwidth?  Would that be fixed by the patch being tested 
to introduce a delay every x pages of vacuuming?