Re: auto-sizing wal_buffers - Mailing list pgsql-hackers

From Greg Smith
Subject Re: auto-sizing wal_buffers
Date
Msg-id 4D357FB6.60005@2ndquadrant.com
Whole thread Raw
In response to Re: auto-sizing wal_buffers  (Josh Berkus <josh@agliodbs.com>)
List pgsql-hackers
Josh Berkus wrote:
> I think we can be more specific on that last sentence; is there even any
> *theoretical* benefit to settings above 16MB, the size of a WAL segment?
>  Certainly there have been no test results to show any.
>   

There was the set Marti just reminded about.  The old wording suggested 
big enough to fix a single transaction was big enough, and that let to 
many people being confused and setting this parameter way too low.  
Since it's possible I'm wrong about 16MB being the upper limit, I didn't 
want the wording to specifically rule out people testing that size to 
see what happens.  We believe  there's never any advantage due to the 
forced wal segment switch, but having test results to the contrary 
floating around keeps me from being too aggressive in how the wording 
there goes.

-- 
Greg Smith   2ndQuadrant US    greg@2ndQuadrant.com   Baltimore, MD
PostgreSQL Training, Services, and 24x7 Support  www.2ndQuadrant.us
"PostgreSQL 9.0 High Performance": http://www.2ndQuadrant.com/books



pgsql-hackers by date:

Previous
From: Greg Smith
Date:
Subject: Re: auto-sizing wal_buffers
Next
From: Andrew Dunstan
Date:
Subject: Re: Warning compiling pg_dump (MinGW, Windows XP)