Re: XFS filessystem for Datawarehousing - Mailing list pgsql-performance

From Florian Weimer
Subject Re: XFS filessystem for Datawarehousing
Date
Msg-id 8264haffuv.fsf@mid.bfk.de
Whole thread Raw
In response to Re: XFS filessystem for Datawarehousing  ("Koth, Christian (DWBI)" <Christian.Koth@smiths-heimann.com>)
List pgsql-performance
* Christian Koth:

> For what reason are you planning to use a journaling FS? I think
> using WAL, fsyncing every transaction and using a journaling FS is
> tautologous.

The journal is absolutely required to preserve the integrity of the
file system's own on-disk data structures after a crash.  Even if
you've got a trustworthy file system checker (there are surprisingly
few of them, especially for advanced file systems without fixed data
structure locations), running it after a crash usually leads to
unacceptably high downtime.

--
Florian Weimer                <fweimer@bfk.de>
BFK edv-consulting GmbH       http://www.bfk.de/
Durlacher Allee 47            tel: +49-721-96201-1
D-76131 Karlsruhe             fax: +49-721-96201-99

pgsql-performance by date:

Previous
From: "Koth, Christian (DWBI)"
Date:
Subject: Re: XFS filessystem for Datawarehousing
Next
From: Michael Stone
Date:
Subject: Re: XFS filessystem for Datawarehousing