Re: How filesystems matter with PostgreSQL - Mailing list pgsql-performance

From Jon Schewe
Subject Re: How filesystems matter with PostgreSQL
Date
Msg-id 4C0AD280.5020105@mtu.net
Whole thread Raw
In response to Re: How filesystems matter with PostgreSQL  (Greg Smith <greg@2ndquadrant.com>)
Responses Re: How filesystems matter with PostgreSQL  (Greg Smith <greg@2ndquadrant.com>)
List pgsql-performance
On 06/05/2010 05:36 PM, Greg Smith wrote:
> Jon Schewe wrote:
>> The tests were all done on an opensuse 11.2 64-bit machine,
>> on the same hard drive (just ran mkfs between each test) on the same
>> input with the same code base.
>
> So no controller card, just the motherboard and a single hard drive?
Correct.
>   If that's the case, what you've measured is which filesystems are
> safe because they default to flushing drive cache (the ones that take
> around 15 minutes) and which do not (the ones that take >=around 2
> hours).  You can't make ext3 flush the cache correctly no matter what
> you do with barriers, they just don't work on ext3 the way PostgreSQL
> needs them to.
>
So the 15 minute runs are doing it correctly and safely, but the slow
ones are doing the wrong thing? That would imply that ext3 is the safe
one. But your last statement suggests that ext3 is doing the wrong thing.

pgsql-performance by date:

Previous
From: Greg Smith
Date:
Subject: Re: How filesystems matter with PostgreSQL
Next
From: Greg Smith
Date:
Subject: Re: Weird XFS WAL problem