Re: [HACKERS] fsync method checking - Mailing list pgsql-performance

From markw@osdl.org
Subject Re: [HACKERS] fsync method checking
Date
Msg-id 200403261609.i2QG9l220991@mail.osdl.org
Whole thread Raw
List pgsql-performance
On 26 Mar, Manfred Spraul wrote:
> markw@osdl.org wrote:
>
>>Compare file sync methods with one 8k write:
>>        (o_dsync unavailable)
>>        open o_sync, write       6.270724
>>        write, fdatasync        13.275225
>>        write, fsync,           13.359847
>>
>>
> Odd. Which filesystem, which kernel? It seems fdatasync is broken and
> syncs the inode, too.

It's linux-2.6.5-rc1 with ext2 filesystems.

pgsql-performance by date:

Previous
From: Josh Berkus
Date:
Subject: Re: column size too large, is this a bug?
Next
From: Manfred Spraul
Date:
Subject: Re: [HACKERS] fsync method checking