Re: No heap lookups on index

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: No heap lookups on index
Дата
Msg-id 11727.1137655599@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: No heap lookups on index  (Greg Stark <gsstark@mit.edu>)
Ответы Re: No heap lookups on index  ("Jonah H. Harris" <jonah.harris@gmail.com>)
Список pgsql-hackers
Greg Stark <gsstark@mit.edu> writes:
> I wonder if the bitmap can actually be one bit per page actually.

Yeah, I think we'd agreed that per-page was the way to go.  Per-tuple
bitmaps are painful to manage because of the variable number of tuples
per page.  And really all you need to know is whether to read the page
or not --- once you have, examining multiple tuples on it doesn't cost
much.
        regards, tom lane


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: No heap lookups on index
Следующее
От: Martijn van Oosterhout
Дата:
Сообщение: Re: Surrogate keys (Was: enums)