Re: ext3 journalling type - Mailing list pgsql-performance

From Josh Berkus
Subject Re: ext3 journalling type
Date
Msg-id 200411080938.56212.josh@agliodbs.com
Whole thread Raw
In response to Re: ext3 journalling type  ("Matt Clark" <matt@ymogen.net>)
List pgsql-performance
Matt,

> It should be fastest because it is the least overhead, and safe because
> postgres does it's own write-order guaranteeing through fsync().  You
> should also mount the FS with the 'noatime' option.

This, of course, assumes that PostgreSQL is the only thing on the partition.
Which is a good idea in general, but not to be taken for granted ...

--
Josh Berkus
Aglio Database Solutions
San Francisco

pgsql-performance by date:

Previous
From: Mark Wong
Date:
Subject: Re: ext3 journalling type
Next
From: Josh Berkus
Date:
Subject: Re: Question regarding the file system