Re: performance on new linux box

From: David Boreham <david_list(at)boreham(dot)org>
To:
Cc: pgsql-performance(at)postgresql(dot)org
Subject: Re: performance on new linux box
Date: 2010-07-08 21:43:13
Message-ID: 4C364671.7010109@boreham.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-performance

On 7/8/2010 3:18 PM, Timothy(dot)Noonan(at)emc(dot)com wrote:
> How does the linux machine know that there is a BBU installed and to
> change its behavior or change the behavior of Postgres? I am
> experiencing performance issues, not with searching but more with IO.
>
It doesn't change its behavior at all. It's in the business of writing
stuff to a file and waiting until that stuff has been put on the disk
(it wants a durable write). What the write buffer/cache does is to
inform the OS, and hence PG, that the write has been done when in fact
it hasn't (yet). So the change in behavior is only to the extent that
the application doesn't spend as much time waiting.

In response to

Browse pgsql-performance by date

  From Date Subject
Next Message Craig Ringer 2010-07-09 03:11:02 Re: Need help in performance tuning.
Previous Message Craig James 2010-07-08 21:42:06 Re: performance on new linux box