Re: [Slony1-general] WAL partition overloaded--by autovacuum? - Mailing list pgsql-performance

From Richard Yen
Subject Re: [Slony1-general] WAL partition overloaded--by autovacuum?
Date
Msg-id 86CD8EFF-DDE6-45F7-8B2D-364F6334DB91@iparadigms.com
Whole thread Raw
In response to Re: [Slony1-general] WAL partition overloaded--by autovacuum?  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-performance
On Jul 8, 2010, at 12:50 PM, Tom Lane wrote:

> Richard Yen <richyen@iparadigms.com> writes:
>> My concern is that--as in the original post--there were moments where 129 WAL files were generated in one minute.
Isit plausible that this autovacuum could be responsible for this? 
>
> That's not a particularly surprising WAL creation rate for a busy
> database.  I wouldn't expect autovacuum to cause it by itself, but
> that's true only because autovacuum processing is typically throttled
> by autovacuum_vacuum_cost_delay.  Perhaps you had that set to zero?
>

Ah, yes, autovacuum_vacuum_cost_delay = 0 in my config.  That explains it--guess I'm playing with knives if I set
thingsthat way... 

--Richard


pgsql-performance by date:

Previous
From: "Kevin Grittner"
Date:
Subject: Re: performance on new linux box
Next
From: Richard Yen
Date:
Subject: Re: [Slony1-general] WAL partition overloaded--by autovacuum?