Re: Why so many xlogs? - Mailing list pgsql-general

From hubert depesz lubaczewski
Subject Re: Why so many xlogs?
Date
Msg-id 20101101182748.GB6437@depesz.com
Whole thread Raw
In response to Re: Why so many xlogs?  (Filip Rembiałkowski <filip.rembialkowski@gmail.com>)
Responses Re: Why so many xlogs?  (Cédric Villemain <cedric.villemain.debian@gmail.com>)
List pgsql-general
On Mon, Nov 01, 2010 at 07:18:22PM +0100, Filip Rembiałkowski wrote:
> 2010/11/1 hubert depesz lubaczewski <depesz@depesz.com>:
>
> > as I understand, max number of xlog files in pg_xlog should be ( 1 + 2 *
> > checkpoint_segments ).
>
> why?
>
> for a server overloaded with R/W transactions, it's possible to go beyond this.
> checkpoints just do not keep up.
> right now I have an 8.3 with checkpoint_segments=3, constantly running
> pgbench and I see 8 WAL segments.

you will notice in the logs that the system doesn't look like very
loaded.
i mean - there is fair amount of work, but nothing even resembling
"overloaded".

Best regards,

depesz

--
Linkedin: http://www.linkedin.com/in/depesz  /  blog: http://www.depesz.com/
jid/gtalk: depesz@depesz.com / aim:depeszhdl / skype:depesz_hdl / gg:6749007

pgsql-general by date:

Previous
From: hubert depesz lubaczewski
Date:
Subject: Re: Why so many xlogs?
Next
From: Jonathan Tripathy
Date:
Subject: Re: JDBC Transactions