Re: wal_buffers

From: Alvaro Herrera <alvherre(at)alvh(dot)no-ip(dot)org>
To: Ian Westmacott <ianw(at)intellivid(dot)com>
Cc: "Thomas F(dot) O'Connell" <tfo(at)sitening(dot)com>, pgsql-performance(at)postgresql(dot)org
Subject: Re: wal_buffers
Date: 2005-10-06 13:23:45
Message-ID: 20051006132345.GI5373@surnet.cl
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-performance

On Thu, Oct 06, 2005 at 08:56:31AM -0400, Ian Westmacott wrote:
> On Thu, 2005-10-06 at 02:39, Thomas F. O'Connell wrote:
> > The WAL Configuration chapter (25.2) has a pretty good discussion of
> > how wal_buffers is used:
> >
> > http://www.postgresql.org/docs/8.0/static/wal-configuration.html
> >
> > You might also take a look at Josh Berkus' recent testing on this
> > setting:
> >
> > http://www.powerpostgresql.com/
>
> Thanks; I'd seen the documentation, but not Josh Berkus'
> testing.
>
> For my part, I don't have a large number of concurrent
> connections, only one. But it is doing large writes,
> and XLogInsert is number 2 on the profile (with
> LWLockAcquire and LWLockRelease close behind). I suppose
> that is expected, but lead by the documentation I wanted
> to make sure XLogInsert always had some buffer space to
> play with.

If you are using a single connection, you are wasting lots of cycles
just waiting for the disk to spin. Were you to use multiple
connections, some transactions could be doing some useful work while
others are waiting for their transaction to be committed.

--
Alvaro Herrera http://www.amazon.com/gp/registry/5ZYLFMCVHXC
"I suspect most samba developers are already technically insane...
Of course, since many of them are Australians, you can't tell." (L. Torvalds)

In response to

Browse pgsql-performance by date

  From Date Subject
Next Message Martijn van Oosterhout 2005-10-06 16:57:30 Re: [PERFORM] A Better External Sort?
Previous Message Kelly Burkhart 2005-10-06 13:17:54 functions and execution plan caching