Re: [PATCH] bitmap indexes

Поиск
Список
Период
Сортировка
От Antonin Houska
Тема Re: [PATCH] bitmap indexes
Дата
Msg-id 5243DE35.7040809@gmail.com
обсуждение исходный текст
Ответ на Re: [PATCH] bitmap indexes  (Alvaro Herrera <alvherre@2ndquadrant.com>)
Список pgsql-hackers
On 09/26/2013 12:20 AM, Alvaro Herrera wrote:

> This led me to research how these indexes are stored.  I note that what
> we're doing here is to create another regular table and a btree index on
> top of it, and those are the ones that actually store the index data.
> This seems grotty and completely unlike the way we do things elsewhere
> (compare GIN indexes which have rbtrees inside them). 

Perhaps you meant that GIN has B-tree inside. RBTree is in fact used by
GiST, but only as in-memory structure during the search - to get the
tuples sorted by distance.

// Antonin Houska (Tony)




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

Предыдущее
От: "Erik Rijkers"
Дата:
Сообщение: Re: Minmax indexes
Следующее
От: Fabien COELHO
Дата:
Сообщение: Re: pgbench progress report improvements - split 3 v2