Re: True ACID under linux (no fsync)? - Mailing list pgsql-general

From Alex Pilosov
Subject Re: True ACID under linux (no fsync)?
Date
Msg-id Pine.BSO.4.10.10010311957400.2291-100000@spider.pilosoft.com
Whole thread Raw
In response to Re: True ACID under linux (no fsync)?  (Alfred Perlstein <bright@wintelcom.net>)
List pgsql-general
On Tue, 31 Oct 2000, Alfred Perlstein wrote:

> You guys are missing the difference between fsync(2) and sync(1),
> on Linux fsync(2) (called on a file descriptor) WILL sync out all
> the data halfway to specification, HOWEVER afaik it will not fsync
> out all directory entries that may contain this file.
That all depends on a filesystem. To my belief, all post-ext2 filesystems
(such as tux2, reiserfs, xfs) will properly flush metadata when
necessary..

-alex


pgsql-general by date:

Previous
From: KuroiNeko
Date:
Subject: Re: how good is PostgreSQL
Next
From: "Keith L. Musser"
Date:
Subject: SQL question - problem with INTERSECT