Re: Maximum transaction rate

From: Christophe <xof(at)thebuild(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: Maximum transaction rate
Date: 2009-03-13 19:09:20
Message-ID: 53193146-96D8-4B15-8B53-56C6D720E9FF@thebuild.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general


On Mar 13, 2009, at 11:59 AM, Joshua D. Drake wrote:
> Wait, actually a good BBU RAID controller will disable the cache on
> the
> drives. So everything that is cached is already on the controller vs.
> the drives itself.
>
> Or am I missing something?

Maybe I'm missing something, but a BBU controller moves the "safe
point" from the platters to the controller, but it doesn't move it all
the way into the OS.

So, if the software calls fsync, but fsync doesn't actually push the
data to the controller, you are still at risk... right?

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Bill Moran 2009-03-13 19:20:00 Re: Inserting string with a " into an array using {} syntax ... possible?
Previous Message Joshua D. Drake 2009-03-13 18:59:56 Re: Maximum transaction rate