Re: TODO list comments

From: Kris Jurka <books(at)ejurka(dot)com>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>, pgsql-hackers(at)postgreSQL(dot)org
Subject: Re: TODO list comments
Date: 2005-08-25 02:54:01
Message-ID: Pine.BSO.4.62.0508242151580.29227@leary.csoft.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Wed, 24 Aug 2005, Tom Lane wrote:

>> * Fetch heap pages matching index entries in sequential order
>>
>> Rather than randomly accessing heap pages based on index entries, mark
>> heap pages needing access in a bitmap and do the lookups in sequential
>> order. Another method would be to sort heap ctids matching the index
>> before accessing the heap rows.
>
> This is done (see bitmap index scans).
>

Will the optimizer ever choose this plan when dealing with only one index?

Kris Jurka

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2005-08-25 03:13:30 Re: TODO list comments
Previous Message Tom Lane 2005-08-25 02:39:27 Re: [HACKERS] Followup on the UnixWare Optimizer bug.