Re: Acclerating INSERT/UPDATE using UPS

From: "Hideyuki Kawashima" <kawasima(at)cs(dot)tsukuba(dot)ac(dot)jp>
To: pgsql-hackers(at)postgresql(dot)org
Subject: Re: Acclerating INSERT/UPDATE using UPS
Date: 2007-02-11 15:04:37
Message-ID: 6de6f670702110704j2ca9927md78966447862a64f@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Christopher,

Thanks for your advices !
OK, I will submit a patch as soon as possible.
In the patch, Sigres will be activated by postgresql.conf.

Best Regards,

-- Hideyuki

A long time ago, in a galaxy far, far away, kawasima(at)cs(dot)tsukuba(dot)ac(dot)jp
(Hideyuki Kawashima) wrote:
> > I appreciate your great suggestion!
> > It is great honor for me if Sigres will be merged to PostgreSQL.
> > Since the changes of Sigres from PostgreSQL-8.2.1 are not many,
> > and moreover, all of changes are surrounded with #ifdef SIGRES --- #endif,
> > incorporating Sigres into PostgreSQL would be easy.

You should consider submitting a patch for this against CVS HEAD.

And actually, I'd think it a better idea to define a GUC variable and
use that to control whether Sigres is active or not.

At the more sophisticated end of the spectrum, you might set things up
so that it could be activated/deactivated at runtime by a superuser.

At the less sophisticated end, it might need to be configured in
postgresql.conf...
-- output = ("cbbrowne" "@" "acm.org") http://linuxfinances.info/info/
If you've done six impossible things this morning, why not round it
off with breakfast at Milliways, the Restaurant at the End of the
Universe? ---------------------------(end of
broadcast)--------------------------- TIP 3: Have you checked our
extensive FAQ? http://www.postgresql.org/docs/faq

Browse pgsql-hackers by date

  From Date Subject
Next Message Magnus Hagander 2007-02-11 15:28:21 Re: [BUGS] Missing error message on missing ssl-key-files
Previous Message Hideyuki Kawashima 2007-02-11 14:58:07 Re: Acclerating INSERT/UPDATE using UPS