Re: Why so many xlogs?

From: hubert depesz lubaczewski <depesz(at)depesz(dot)com>
To: Cédric Villemain <cedric(dot)villemain(dot)debian(at)gmail(dot)com>
Cc: Filip Rembiałkowski <filip(dot)rembialkowski(at)gmail(dot)com>, pgsql-general(at)postgresql(dot)org
Subject: Re: Why so many xlogs?
Date: 2010-11-01 19:21:21
Message-ID: 20101101192121.GB18885@depesz.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Mon, Nov 01, 2010 at 08:18:24PM +0100, Cédric Villemain wrote:
> 2010/11/1 hubert depesz lubaczewski <depesz(at)depesz(dot)com>:
> > On Mon, Nov 01, 2010 at 07:18:22PM +0100, Filip Rembiałkowski wrote:
> >> 2010/11/1 hubert depesz lubaczewski <depesz(at)depesz(dot)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".
>
> There exists some checkpoint which occur more frequently than perhaps
> expected. (less than 15 minutes)...
>
> The logline about checkpoint might be usefull. Still I wonder what
> your question is exactly ?

why the number of wal segments is larger than 2n + 1

Best regards,

depesz

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

In response to

Browse pgsql-general by date

  From Date Subject
Next Message John Mitchell 2010-11-01 19:24:54 Installing postgis-pg90-setup-1.5.2-3 on windows after installing postgresql-9.0.1-1-windows_x64 errors off
Previous Message hubert depesz lubaczewski 2010-11-01 19:20:32 Re: Why so many xlogs?