Re: Updated bitmap index patch

Поиск
Список
Период
Сортировка
От Teodor Sigaev
Тема Re: Updated bitmap index patch
Дата
Msg-id 45F5571C.8060906@sigaev.ru
обсуждение исходный текст
Ответ на Updated bitmap index patch  (Gavin Sherry <swm@alcove.com.au>)
Ответы Re: Updated bitmap index patch  (Gavin Sherry <swm@alcove.com.au>)
Список pgsql-patches
I don't very like GiST changes:  gistgetbitmap will lock/unlock page for every
tuple. It seems to me taht is better to change gistnext function to use some
sort callback, for example. Or have static array for tids in gistgetbitmap...
--
Teodor Sigaev                                   E-mail: teodor@sigaev.ru
                                                    WWW: http://www.sigaev.ru/

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

Предыдущее
От: Gavin Sherry
Дата:
Сообщение: Updated bitmap index patch
Следующее
От: Heikki Linnakangas
Дата:
Сообщение: Re: Updated bitmap index patch