Re: GIN improvements

From: Teodor Sigaev <teodor(at)sigaev(dot)ru>
To: Patches <pgsql-patches(at)postgresql(dot)org>
Subject: Re: GIN improvements
Date: 2008-06-06 13:54:20
Message-ID: 4849418C.6080909@sigaev.ru
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers pgsql-patches


> 2) fast insert into GIN
New version:
http://www.sigaev.ru/misc/fast_insert_gin-0.6.gz

Changes:
- added option FASTUPDATE=(1|t|true|on|enable|0|f|false|disable) for
CREATE/ALTER command for GIN indexes
- Since there wasn't any comments on first email, pg_am.aminsertcleanup optional
method was introduced.
- added documentation

Suppose, patch is ready to review/commit...

--
Teodor Sigaev E-mail: teodor(at)sigaev(dot)ru
WWW: http://www.sigaev.ru/

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Heikki Linnakangas 2008-06-06 14:02:23 Re: GIN improvements
Previous Message Aidan Van Dyk 2008-06-06 13:16:49 Re: Overhauling GUCS

Browse pgsql-patches by date

  From Date Subject
Next Message Heikki Linnakangas 2008-06-06 14:02:23 Re: GIN improvements
Previous Message Pavel Stehule 2008-06-06 05:06:04 array_fill function