Re: ext3 journalling type

From: Josh Berkus <josh(at)agliodbs(dot)com>
To: pgsql-performance(at)postgresql(dot)org, <matt(at)ymogen(dot)net>
Cc: "'Dawid Kuroczko'" <qnex42(at)gmail(dot)com>
Subject: Re: ext3 journalling type
Date: 2004-11-08 17:38:56
Message-ID: 200411080938.56212.josh@agliodbs.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Browse pgsql-performance by date

  From Date Subject
Next Message Josh Berkus 2004-11-08 17:44:33 Re: Question regarding the file system
Previous Message Mark Wong 2004-11-08 16:29:59 Re: ext3 journalling type