Re: Transactions

Поиск
Список
Период
Сортировка
От Mike Castle
Тема Re: Transactions
Дата
Msg-id 20001205101611.A17698@thune.mrc-home.org
обсуждение исходный текст
Ответ на Re: Transactions  (Helge Bahmann <bahmann@math.tu-freiberg.de>)
Ответы Re: Transactions
Список pgsql-novice
On Tue, Dec 05, 2000 at 04:25:20PM +0100, Helge Bahmann wrote:
> You will still experience data loss if you do not use a journalling
> filesystem; get the ext3 patches or try reiserfs.

I believe this statement is wrong.

fsync should force all data to disk.  Period.  Regardless of using ext2,
ext3, or reiserfs.

ext3/reiserfs *may* gain some benefit if running with -F, but even then,
I believe both still only journal meta-data, not the data itself, so you
could still have data stuck in cache if you don't use fsync.

mrc
--
       Mike Castle       Life is like a clock:  You can work constantly
  dalgoda@ix.netcom.com  and be right all the time, or not work at all
www.netcom.com/~dalgoda/ and be right at least twice a day.  -- mrc
    We are all of us living in the shadow of Manhattan.  -- Watchmen

В списке pgsql-novice по дате отправления:

Предыдущее
От: Leandro Fanzone
Дата:
Сообщение: Re: Transactions
Следующее
От: Sterling
Дата:
Сообщение: Installation of Postgres 7