Re: PostgreSQL Reliability when fsync = false on Linux-XFS

From: "scott(dot)marlowe" <scott(dot)marlowe(at)ihs(dot)com>
To: Federico Sevilla III <jijo(at)free(dot)net(dot)ph>
Cc: PostgreSQL Performance Mailing List <pgsql-performance(at)postgresql(dot)org>, Linux-XFS Mailing List <linux-xfs(at)oss(dot)sgi(dot)com>
Subject: Re: PostgreSQL Reliability when fsync = false on Linux-XFS
Date: 2003-09-04 22:35:08
Message-ID: Pine.LNX.4.33.0309041633060.28842-100000@css120.ihs.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-performance

On Thu, 4 Sep 2003, Federico Sevilla III wrote:

> (Please follow Mail-Followup-To, I'm not on the pgsql-performance
> mailing list but am on the Linux-XFS mailing list. My apologies too for
> the cross-post. I'm cc'ing the Linux-XFS mailing list in case people
> there will be interested in this, too.)
>
>
> Hi,
>
> We have a server running PostgreSQL v7.3.3 on Debian GNU/Linux with
> Linux kernel 2.4.21-xfs. The PostgreSQL data is stored on an XFS[1]

Two points.

1: 7.3.3 has a data loss issue fixed in 7.3.4. You should upgrade to
avoid the pain associated with this problem.

2: When you turn off fsync, all bets are off. If the data doesn't get
written in the right order, your database may be corrupted if power is
shut off.

In response to

Browse pgsql-performance by date

  From Date Subject
Next Message Rasmus Aveskogh 2003-09-04 22:53:46 Performance problems on a fairly big table with two key columns.
Previous Message scott.marlowe 2003-09-04 22:28:36 Re: SELECT's take a long time compared to other DBMS