IndexBuildHeapScan and RIDs order

Поиск
Список
Период
Сортировка
От Leonardo F
Тема IndexBuildHeapScan and RIDs order
Дата
Msg-id 911859.24290.qm@web29012.mail.ird.yahoo.com
обсуждение исходный текст
Список pgsql-hackers
Hi,

I was looking at the code for bitmap index:

http://archives.postgresql.org/pgsql-hackers/2008-10/msg01691.php

and I couldn't understand why during "bmbuild" (the ambuild call for
bitmap indexes) the code checks for not-ordered ItemPointerData(s).

In which cases the ItemPointerData(s) given by IndexBuildHeapScan

are not in order (when allow_sync=false)?



Leonardo





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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Re: [GENERAL] FM format modifier does not remove leading zero from year
Следующее
От: Robert Haas
Дата:
Сообщение: Re: Writeable CTEs patch