Re: Bitmap index - first look

Поиск
Список
Период
Сортировка
От Teodor Sigaev
Тема Re: Bitmap index - first look
Дата
Msg-id 49143AF9.7030207@sigaev.ru
обсуждение исходный текст
Ответ на Bitmap index - first look  (Teodor Sigaev <teodor@sigaev.ru>)
Ответы Re: Bitmap index - first look  (Gianni Ciolli <gianni.ciolli@2ndquadrant.it>)
Список pgsql-hackers
After looking at additional heap and b-tree index placed in pg_bitmapindex 
namespace...

Additional heap contains unique values and page's number with offset number in 
bitmap index, b-tree index contains tuples with the same values and ItemPointer 
to heap's row. So, heap is an unnecessary step - b-tree index should store 
ItemPointer to the bitmap index directly.

-- 
Teodor Sigaev                                   E-mail: teodor@sigaev.ru
  WWW: http://www.sigaev.ru/
 


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

Предыдущее
От: Martin Pihlak
Дата:
Сообщение: Re: SQL/MED compatible connection manager
Следующее
От: Tom Lane
Дата:
Сообщение: Re: SQL/MED compatible connection manager