From: | Teodor Sigaev <teodor(at)sigaev(dot)ru> |
---|---|
To: | Pgsql Hackers <pgsql-hackers(at)postgresql(dot)org> |
Subject: | GIN fast insert |
Date: | 2009-02-17 19:28:58 |
Message-ID: | 499B0FFA.8040608@sigaev.ru |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
Hi there,
we present two variants of GIN fast insert patch, since we're not sure
what is a the best solution:
v0.28.1
- remove disable cost in gincostestimate
- per http://archives.postgresql.org/message-id/499466D2.4010808@sigaev.ru
gingettuple could force cleanup of pending list if it got a lossy tidbitmap.
If such cleanup occurs the gingettuple will rescan pending list again.
v0.28.2
- remove disable cost in gincostestimate
- per http://archives.postgresql.org/message-id/12795.1234379754@sss.pgh.pa.us
AM can now have only one search method: amgettuple or amgetbitmap.
- GIN now has only amgetbitmap interface
--
Teodor Sigaev E-mail: teodor(at)sigaev(dot)ru
WWW: http://www.sigaev.ru/
Attachment | Content-Type | Size |
---|---|---|
fast_insert_gin-0.28.1.gz | application/x-tar | 24.1 KB |
fast_insert_gin-0.28.2.gz | application/x-tar | 25.1 KB |
From | Date | Subject | |
---|---|---|---|
Next Message | Brendan Jurd | 2009-02-17 19:36:52 | Re: Questions about parsing boolean and casting to anyelement |
Previous Message | Brendan Jurd | 2009-02-17 19:24:28 | Re: [BUGS] BUG #4660: float functions return -0 |