Re: Acclerating INSERT/UPDATE using UPS

From: Bruce Momjian <bruce(at)momjian(dot)us>
To: kawasima(at)cs(dot)tsukuba(dot)ac(dot)jp
Cc: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, gene(at)sotech(dot)us, pgsql-hackers(at)postgresql(dot)org
Subject: Re: Acclerating INSERT/UPDATE using UPS
Date: 2007-02-13 01:15:49
Message-ID: 200702130115.l1D1FnK26995@momjian.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hideyuki Kawashima wrote:
> Bruce,
>
> Thanks for your comments, and let me answer to your question.
> Sigres is *not* significantly faster than just creating a file system on
> the permanent memory and putting xlog on there.
> Sigres is slightly faster than the case because each backend does not
> call XLogWrite while bgWriter does.

The question then is how much faster is it, and is that worth adding
extra code to improve it.

---------------------------------------------------------------------------

>
> -- Hideyuki
>
> Bruce Momjian wrote:
> > Tom Lane wrote:
> >
> >> Gene <genekhart(at)gmail(dot)com> writes:
> >>
> >>> ... just my two cents. on a side note, would putting the wal on a
> >>> tmpfs partition give you something similar?
> >>>
> >> Indeed, I'm wondering why one needs to hack the Postgres core to throw
> >> away data integrity guarantees; there are plenty of ways to do that
> >> already :-(. Hideyuki-san has not explained exactly what integrity
> >> assumptions he wants to make or not make. I'm surely willing to listen
> >> to supporting a different set of assumptions than we currently use, but
> >> I'd like to see a clear explanation of what assumptions are being made
> >> and why they represent a useful case.
> >>
> >
> > I am unsure why Sigres is significantly faster than just creating a file
> > system on the permanent memory and putting xlog on there.
> >
> >
>
>
>
> ---------------------------(end of broadcast)---------------------------
> TIP 1: if posting/reading through Usenet, please send an appropriate
> subscribe-nomail command to majordomo(at)postgresql(dot)org so that your
> message can get through to the mailing list cleanly

--
Bruce Momjian <bruce(at)momjian(dot)us> http://momjian.us
EnterpriseDB http://www.enterprisedb.com

+ If your life is a hard drive, Christ can be your backup. +

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Joshua D. Drake 2007-02-13 01:16:36 Re: Missing directory when building 8.2.3-base
Previous Message Hideyuki Kawashima 2007-02-13 01:12:59 Re: Acclerating INSERT/UPDATE using UPS