Re: XFS File systems and PostgreSQL

From: bruc(at)stone(dot)congenomics(dot)com (Robert E(dot) Bruccoleri)
To: pgman(at)candle(dot)pha(dot)pa(dot)us (Bruce Momjian)
Cc: doug(at)wireboard(dot)com, bruc(at)acm(dot)org, pgsql-hackers(at)postgresql(dot)org
Subject: Re: XFS File systems and PostgreSQL
Date: 2001-05-03 00:49:36
Message-ID: 200105030049.UAA34390@stone.congenomics.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Dear Bruce,
>
> Yes, the irony is that a journaling file system is being used to have
> fast, reliable restore after crash bootup, but with no fsync, the db is
> probably hosed.

There is no irony in these cases. In my systems, which are used for
bioinformatics, the updating process is generally restartable. I
normally have lots of data to load or many records to change,
and the quantities are much more than any reasonable
sized transaction. Some jobs run for days. If I lose some data
because of a crash, I just restart the jobs, and they'll delete some
of the last data to be loaded, and then resume. Furthermore, the SGI's
that I run on are highly reliable, and they rarely crash. So, I might
have to clean up a big mess rarely (I've had one really big one in
two years), but performance otherwise is really good. I should
also point out that most of my work has been with PostgreSQL 6.5.3
which doesn't have the WAL.

If I have some time, I will try the experiment of loading a database
of mine into PG 7.1 using -F or not and I'll report the timing.

+----------------------------------+------------------------------------+
| Robert E. Bruccoleri, Ph.D. | Phone: 609 737 6383 |
| President, Congenomics, Inc. | Fax: 609 737 7528 |
| 114 W Franklin Ave, Suite K1,4,5 | email: bruc(at)acm(dot)org |
| P.O. Box 314 | URL: http://www.congen.com/~bruc |
| Pennington, NJ 08534 | |
+----------------------------------+------------------------------------+

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Bruce Momjian 2001-05-03 00:54:21 Re: XFS File systems and PostgreSQL
Previous Message Doug McNaught 2001-05-03 00:27:35 Re: XFS File systems and PostgreSQL