Re: Transactions

From: Mike Castle <dalgoda(at)ix(dot)netcom(dot)com>
To: pgsql-novice(at)postgresql(dot)org
Subject: Re: Transactions
Date: 2000-12-05 16:16:11
Message-ID: 20001205101611.A17698@thune.mrc-home.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(at)ix(dot)netcom(dot)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

In response to

Responses

Browse pgsql-novice by date

  From Date Subject
Next Message Sterling 2000-12-05 16:18:50 Installation of Postgres 7
Previous Message Leandro Fanzone 2000-12-05 15:35:32 Re: Transactions