Re: Updated bitmap index patch - Mailing list pgsql-patches

From Teodor Sigaev
Subject Re: Updated bitmap index patch
Date
Msg-id 45F5571C.8060906@sigaev.ru
Whole thread Raw
In response to Updated bitmap index patch  (Gavin Sherry <swm@alcove.com.au>)
Responses Re: Updated bitmap index patch  (Gavin Sherry <swm@alcove.com.au>)
List pgsql-patches
I don't very like GiST changes:  gistgetbitmap will lock/unlock page for every
tuple. It seems to me taht is better to change gistnext function to use some
sort callback, for example. Or have static array for tids in gistgetbitmap...
--
Teodor Sigaev                                   E-mail: teodor@sigaev.ru
                                                    WWW: http://www.sigaev.ru/

pgsql-patches by date:

Previous
From: Gavin Sherry
Date:
Subject: Updated bitmap index patch
Next
From: Heikki Linnakangas
Date:
Subject: Re: Updated bitmap index patch