Thanks to visit codestin.com
Credit goes to postgrespro.com

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 [email protected]
Whole thread Raw
In response to Re: good pc but bad performance,why?  (Bruce Momjian <[email protected]>)
Responses Re: good pc but bad performance,why?
List pgsql-performance
Bruce Momjian <[email protected]> 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?