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

From Gavin Sherry
Subject Re: Updated bitmap index patch
Date
Msg-id Pine.LNX.4.58.0703131202180.25511@linuxworld.com.au
Whole thread Raw
In response to Re: Updated bitmap index patch  (Teodor Sigaev <teodor@sigaev.ru>)
List pgsql-patches
Teodor,

On Mon, 12 Mar 2007, Teodor Sigaev wrote:

> 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...

Good point. I'll look at it.

Thanks

Gavin

pgsql-patches by date:

Previous
From: Gregory Stark
Date:
Subject: Re: guc patch: Make variables fall back to default values
Next
From: Gavin Sherry
Date:
Subject: Re: Bitmapscan changes