Re: index fragmentation on insert-only table with non-unique column

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: index fragmentation on insert-only table with non-unique column
Дата
Msg-id 969.1465142638@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: index fragmentation on insert-only table with non-unique column  (Claudio Freire <klaussfreire@gmail.com>)
Ответы Re: index fragmentation on insert-only table with non-unique column  (Jeff Janes <jeff.janes@gmail.com>)
Список pgsql-performance
Claudio Freire <klaussfreire@gmail.com> writes:
> So correlated index scans look extra favourable vs bitmap index scans
> because bitmap heap scans consider random page costs sans correlation
> effects (even though correlation applies to bitmap heap scans as
> well).

Really?  How?  The index ordering has nothing to do with the order in
which heap tuples will be visited.

            regards, tom lane


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

Предыдущее
От: Kevin Grittner
Дата:
Сообщение: Re: index fragmentation on insert-only table with non-unique column
Следующее
От: Jeff Janes
Дата:
Сообщение: Re: index fragmentation on insert-only table with non-unique column