Re: ext3 filesystem / linux 7.3 - Mailing list pgsql-performance

From Andreas Kostyrka
Subject Re: ext3 filesystem / linux 7.3
Date
Msg-id 1049296706.20242.331.camel@andi-lap
Whole thread Raw
In response to Re: ext3 filesystem / linux 7.3  (Andrew Sullivan <andrew@libertyrms.info>)
Responses Re: ext3 filesystem / linux 7.3  (Andrew Sullivan <andrew@libertyrms.info>)
List pgsql-performance
On Tue, 2003-04-01 at 19:55, Andrew Sullivan wrote:
> I don't know how ext3 could be faster than ext2, since it has to do
> more work.
Depending upon certain parameters, it can be faster, because it writes
the data to the journal serially without head movement. The kernel might
be able to write that data in it spot later when the hdd would be idle.

So yes, in certain cases, ext3 might be faster than ext2.

>
> Actually, I have my doubts about _any_ of the journaling filesystems
> for Linux: ext3 has a reputation for being slow if you journal in the
Well, journaled filesystem usually means only meta-data journaling. ext3
is the only LinuxFS (AFAIK) that offers a fully journaled fs.
> real-safe mode, and there have been so many unrepeatable reiserfs
> problem reports that I'm loathe to use it for real systems.  I had
Well, I've been using ReiserFS now for years, and never had any problems
with it.

Andreas
--
Andreas Kostyrka
Josef-Mayer-Strasse 5
83043 Bad Aibling

Attachment

pgsql-performance by date:

Previous
From: Andreas Kostyrka
Date:
Subject: Re: ext3 filesystem / linux 7.3
Next
From: "Jeffrey D. Brower"
Date:
Subject: Re: ext3 filesystem / linux 7.3