From: | Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us> |
---|---|
To: | josh(at)agliodbs(dot)com |
Cc: | Pierre-Frédéric Caillaud <lists(at)boutiquenumerique(dot)com>, pgsql-performance(at)postgresql(dot)org |
Subject: | Re: Reiser4 |
Date: | 2004-08-14 01:31:42 |
Message-ID: | 200408140131.i7E1VgO06945@candle.pha.pa.us |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers pgsql-performance |
Josh Berkus wrote:
> 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.
Actually the fsync of WAL is the big performance issue here. I added a
TODO item about it.
--
Bruce Momjian | http://candle.pha.pa.us
pgman(at)candle(dot)pha(dot)pa(dot)us | (610) 359-1001
+ If your life is a hard drive, | 13 Roberts Road
+ Christ can be your backup. | Newtown Square, Pennsylvania 19073
From | Date | Subject | |
---|---|---|---|
Next Message | Bruce Momjian | 2004-08-14 02:29:09 | Re: [ADMIN] Pseudo-Off-topic-survey: Opinions about future of Postgresql(MySQL)? |
Previous Message | Bruce Momjian | 2004-08-14 01:30:47 | Re: [PERFORM] Reiser4 |
From | Date | Subject | |
---|---|---|---|
Next Message | Joshua D. Drake | 2004-08-14 01:39:19 | Re: Replication: Slony-I vs. Mammoth Replicator vs. ? |
Previous Message | Bruce Momjian | 2004-08-14 01:30:47 | Re: [PERFORM] Reiser4 |