Re: Hardware suggestions for high performance 8.3 - Mailing list pgsql-performance

From Greg Smith
Subject Re: Hardware suggestions for high performance 8.3
Date
Msg-id Pine.GSO.4.64.0806251127470.29204@westnet.com
Whole thread Raw
In response to Re: Hardware suggestions for high performance 8.3  (Henrik <henke@mac.se>)
Responses Re: Hardware suggestions for high performance 8.3  (Henrik <henke@mac.se>)
Re: Hardware suggestions for high performance 8.3  (Henrik <henke@mac.se>)
List pgsql-performance
On Wed, 25 Jun 2008, Henrik wrote:

> Would you turn off fsync if you had a controller with BBU? =)

Turning off fsync has some potential to introduce problems even in that
environment, so better not to do that.  The issue is that you might have,
say, 1GB of OS-level cache but 256MB of BBU cache, and if you turn fsync
off it won't force the OS cache out to the controller when it's supposed
to and that can cause corruption.

Also, if you've got a controller with BBU, the overhead of fsync for
regular writes is low enough that you don't really need to turn it off.
If writes are cached the fsync is almost free.

--
* Greg Smith gsmith@gregsmith.com http://www.gregsmith.com Baltimore, MD

pgsql-performance by date:

Previous
From: Matthew Wakeling
Date:
Subject: Re: Hardware vs Software RAID
Next
From: "Scott Marlowe"
Date:
Subject: Re: Hardware vs Software RAID