Re: Hardware suggestions for high performance 8.3
От | Greg Smith |
---|---|
Тема | Re: Hardware suggestions for high performance 8.3 |
Дата | |
Msg-id | Pine.GSO.4.64.0806251127470.29204@westnet.com обсуждение исходный текст |
Ответ на | Re: Hardware suggestions for high performance 8.3 (Henrik <henke@mac.se>) |
Ответы |
Re: Hardware suggestions for high performance 8.3
Re: Hardware suggestions for high performance 8.3 |
Список | 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 по дате отправления: