Re: On Linux Filesystems

From: Josh Berkus <josh(at)agliodbs(dot)com>
To: pgsql-performance(at)postgresql(dot)org
Subject: Re: On Linux Filesystems
Date: 2003-08-12 16:36:21
Message-ID: 200308120936.21099.josh@agliodbs.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers pgsql-performance

People:

> On Mon, Aug 11, 2003 at 10:58:18PM -0400, Christopher Browne wrote:
> > 1. Nobody has gone through any formal proofs, and there are few
> > systems _anywhere_ that are 100% reliable.
>
> I think the problem is that ext2 is known to be not perfectly crash
> safe. That is, fsck on reboot after a crash can cause, in some
> extreme cases, recently-fscynced data to end up in lost+found/. The
> data may or may not be recoverable from there.

Aside from that, as recently as eighteen months ago I had to manually fsck an
ext2 system after an unexpected power-out. After my interactive session the
system recovered and no data was lost. However, the client lost 3.5 hours of
work time ... 2.5 hours for me to get to the site, and 1 hour to recover the
server (mostly waiting time).

So it's a tradeoff with loss of performance vs. recovery time. In a server
room with redundant backup power supplies, "clean room" security and
fail-over services, I can certainly imagine that data journalling would not
be needed. That is, however, the minority ...

--
Josh Berkus
Aglio Database Solutions
San Francisco

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Antonio Belloni 2003-08-12 16:39:43 Sorry
Previous Message Antonio Belloni 2003-08-12 16:33:38

Browse pgsql-performance by date

  From Date Subject
Next Message Andrew Sullivan 2003-08-12 16:47:18 Re: On Linux Filesystems
Previous Message scott.marlowe 2003-08-12 15:06:14 Re: On Linux Filesystems