Re: PostgreSQL on XFS experiences?

From: Brandon Craig Rhodes <brandon(at)oit(dot)gatech(dot)edu>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: PostgreSQL on XFS experiences?
Date: 2004-02-26 22:29:17
Message-ID: vwhdxdo4oy.fsf@guinness.ts.gatech.edu
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

"Jeffrey W. Baker" <jwbaker(at)acm(dot)org> writes:

> We've also seen XFS panic because of inconsistent in-memory
> metadata.

From this fact alone we may deduce with absolute confidence that
either your hardware or your filesystem implementation are faulty.
There is no combination of operations which any application, buggy or
not, that can cause a properly written XFS driver on error-free
hardware to become corrupted.

--
Brandon Craig Rhodes http://www.rhodesmill.org/brandon
Georgia Tech brandon(at)oit(dot)gatech(dot)edu

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Andrew Sullivan 2004-02-26 22:35:41 Re: Postgres clustering?
Previous Message Tom Lane 2004-02-26 22:23:16 Re: key = currval('tab_key_seq') choses SEQSCAN?!