Re: Acclerating INSERT/UPDATE using UPS

From: Bruce Momjian <bruce(at)momjian(dot)us>
To: Hideyuki Kawashima <kawasima(at)cs(dot)tsukuba(dot)ac(dot)jp>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: Acclerating INSERT/UPDATE using UPS
Date: 2007-03-27 17:09:23
Message-ID: 200703271709.l2RH9NA22612@momjian.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers


I am still unclear why sigres is better than a temporary file system. I
relize your patch is faster, but what is about your patch that makes it
faster.

And if we were going to add such capability, we would name it based on
what it does, rather than on a 'sigres' mode.

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

Hideyuki Kawashima wrote:
> Simon,
>
> > Not checkpointing at all is not a good plan, since this will lead to an
> > enormous build up of WAL files and a very long recovery time if the
> > system does fail.
>
> I appreciate your detailed comments.
> Following your comments, I revised the problem.
> Sigres-0.1.3 does checkpointings.
>
> In summary, the features of Sigres-0.1.3 are as follows.
> 0: 10% faster than conventional PostgreSQL under tmpfs.
> 1: Checkpointings are continually executed.
> 2: Sigres mode is in default (the mode can be turned off via postgresql.conf).
> 3: issue_xlog_sync is called only by bgwriter (continually, via
> createcheckpoint)
> 4: The entity of XLogWrite (_XLogWrite in my code) is called by both
> backends and a bgwriter.
> For each backend, _XLogWrite is called only via AdvanceXLInsertBuffer.
> For a bgwriter, _XLogWrite is called via CreateCheckPoint.
>
> Please try it if you have interest.
> http://sourceforge.jp/projects/sigres/
>
> Again, I really appreciate beneficial comments from this community !
>
> Regards,
>
> -- Hideyuki
>
> --
> Hideyuki Kawashima (Ph.D.)
> University of Tsukuba
> Assistant Professor
>
> ---------------------------(end of broadcast)---------------------------
> TIP 3: Have you checked our extensive FAQ?
>
> http://www.postgresql.org/docs/faq

--
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 Heikki Linnakangas 2007-03-27 17:16:20 Re: Concurrent connections in psql
Previous Message Tom Lane 2007-03-27 17:07:21 Re: Copyright question