Re: Reiser4

From: Josh Berkus <josh(at)agliodbs(dot)com>
To: Pierre-Frédéric Caillaud <lists(at)boutiquenumerique(dot)com>, pgsql-performance(at)postgresql(dot)org
Subject: Re: Reiser4
Date: 2004-08-13 18:01:52
Message-ID: 200408131101.52788.josh@agliodbs.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers pgsql-performance

Pierre,

> Are there any plans in a future Postgresql version to support a special
> fsync method for Reiser4 which will use the filesystem's transaction
> engine, instead of an old kludge like fsync(), with a possibility of
> vastly enhanced performance ?

I don't know of any such in progress right now. Why don't you start it? It
would have to be an add-in since we support 28 operating systems and Reiser
is AFAIK Linux-only, but it sounds like an interesting experiment.

> Is there also a possibility to tell Postgres : "I don't care if I lose 30
> seconds of transactions on this table if the power goes out, I just want
> to be sure it's still ACID et al. compliant but you can fsync less often
> and thus be faster" (with a possibility of setting that on a per-table
> basis) ?

Not per-table, no, but otherwise take a look at the Background Writer feature
of 8.0.

--
-Josh Berkus
"A developer of Very Little Brain"
Aglio Database Solutions
San Francisco

In response to

  • Reiser4 at 2004-08-13 16:12:34 from Pierre-Frédéric Caillaud

Responses

  • Re: Reiser4 at 2004-08-14 01:31:42 from Bruce Momjian

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2004-08-13 19:10:52 Re: PostgreSQL 8.0.0beta1 and diet libc
Previous Message Andrew Dunstan 2004-08-13 17:53:16 Re: Postgres development model (was Re: CVS comment)

Browse pgsql-performance by date

  From Date Subject
Next Message Tom Lane 2004-08-13 18:01:59 Re: insert
Previous Message Josh Berkus 2004-08-13 17:19:15 Re: [PERFORM] Performance Problem With Postgresql!