Re: Sanity check requested - Mailing list pgsql-performance

From Josh Berkus
Subject Re: Sanity check requested
Date
Msg-id 200307181207.00746.josh@agliodbs.com
Whole thread Raw
In response to Re: Sanity check requested  ("Nick Fankhauser" <nickf@ontko.com>)
List pgsql-performance
Nick,

> ...About one year ago I considered moving to a journaling file system, but
> opted not to because it seems like that's what WAL does for us already. How
> does putting a journaling file system under it add more reliability?

It lets you restart your server quickly after an unexpected power-out.  Ext2
is notoriously bad about this.

Also, WAL cannot necessarily recover properly if the underlying filesystem is
corrupted.

> I also guessed that a journaling file system would add overhead because now
> a write to the WAL file could itself be deferred and logged elsewhere.

You are correct.


--
-Josh Berkus
 Aglio Database Solutions
 San Francisco


pgsql-performance by date:

Previous
From: "Nick Fankhauser"
Date:
Subject: Re: Sanity check requested
Next
From: Rod Taylor
Date:
Subject: Re: Sanity check requested