Re: True ACID under linux (no fsync)?

Поиск
Список
Период
Сортировка
От Alex Pilosov
Тема Re: True ACID under linux (no fsync)?
Дата
Msg-id Pine.BSO.4.10.10010311957400.2291-100000@spider.pilosoft.com
обсуждение исходный текст
Ответ на Re: True ACID under linux (no fsync)?  (Alfred Perlstein <bright@wintelcom.net>)
Список 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 по дате отправления:

Предыдущее
От: KuroiNeko
Дата:
Сообщение: Re: how good is PostgreSQL
Следующее
От: "Keith L. Musser"
Дата:
Сообщение: SQL question - problem with INTERSECT