Re: Best Linux filesystem for Postgres data store ? - Mailing list pgsql-admin

From Tom Lane
Subject Re: Best Linux filesystem for Postgres data store ?
Date
Msg-id 21814.1291239096@sss.pgh.pa.us
Whole thread Raw
In response to Re: Best Linux filesystem for Postgres data store ?  (Lou Picciano <loupicciano@comcast.net>)
List pgsql-admin
Lou Picciano <loupicciano@comcast.net> writes:
> We use ZFS on Solaris for our data stores. Can't beat ZFS for its failsafe features, filesystem portability, etc.

> Having said that, there is that school of thought which would hold that journaling may not be all that indicated
anymore,given the quality of recovery possible from the binary logs. In fact, this would suggest that journaling may
evenbe counterproductive - effectively redundant - in a transaction-heavy environment.  

Well, the conventional wisdom is that you want metadata journaling, but
*not* data journaling, at the filesystem level.  Postgres can protect
its data just fine, but it can't recover if the filesystem goes insane.

            regards, tom lane

pgsql-admin by date:

Previous
From: Chris Browne
Date:
Subject: Re: Best Linux filesystem for Postgres data store ?
Next
From: "Dean Gibson (DB Administrator)"
Date:
Subject: 9.0 replication: observation