Re: TODO list comments

Поиск
Список
Период
Сортировка
От Kris Jurka
Тема Re: TODO list comments
Дата
Msg-id Pine.BSO.4.62.0508242151580.29227@leary.csoft.net
обсуждение исходный текст
Ответ на TODO list comments  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: TODO list comments  (Tom Lane <tgl@sss.pgh.pa.us>)
Список 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


В списке pgsql-hackers по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: [PATCHES] Proposed patch to getaddrinfo.c to support
Следующее
От: Tom Lane
Дата:
Сообщение: Re: TODO list comments