Re: good pc but bad performance,why? - Mailing list pgsql-performance

From Tom Lane
Subject Re: good pc but bad performance,why?
Date
Msg-id 6788.1081387878@sss.pgh.pa.us
Whole thread Raw
In response to Re: good pc but bad performance,why?  (Bruce Momjian <pgman@candle.pha.pa.us>)
Responses Re: good pc but bad performance,why?
List pgsql-performance
Bruce Momjian <pgman@candle.pha.pa.us> writes:
> scott.marlowe wrote:
>>> There is no real need (or benefit) from having the database on a
>>> journalled filesystem - the journalling is only trying to give similar
>>> sorts of guarantees to what the fsync in PostgreSQL is doing.
>>
>> Is this true?  I was under the impression that without at least meta-data
>> journaling postgresql could still be corrupted by power failure.

> It is false.  ext2 isn't crash-safe, and PostgreSQL needs an intact file
> system for WAL recovery.

But it should be okay to set the filesystem to journal only its own
metadata.  There's no need for it to journal file contents.

            regards, tom lane

pgsql-performance by date:

Previous
From: Paul Thomas
Date:
Subject: Re: statistics
Next
From: Bruce Momjian
Date:
Subject: Re: good pc but bad performance,why?