Re: Updated bitmap index patch

From: Gavin Sherry <swm(at)alcove(dot)com(dot)au>
To: Teodor Sigaev <teodor(at)sigaev(dot)ru>
Cc: pgsql-patches(at)postgresql(dot)org
Subject: Re: Updated bitmap index patch
Date: 2007-03-13 01:02:47
Message-ID: Pine.LNX.4.58.0703131202180.25511@linuxworld.com.au
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Browse pgsql-patches by date

  From Date Subject
Next Message Gavin Sherry 2007-03-13 01:26:15 Re: Bitmapscan changes
Previous Message Gregory Stark 2007-03-12 23:43:27 Re: guc patch: Make variables fall back to default values