Re: Implementing Bitmap Indexes

Поиск
Список
Период
Сортировка
От Victor Yegorov
Тема Re: Implementing Bitmap Indexes
Дата
Msg-id 20050129195439.GC8056@mits.lv
обсуждение исходный текст
Ответ на Re: Implementing Bitmap Indexes  (Dawid Kuroczko <qnex42@gmail.com>)
Список pgsql-hackers
* Dawid Kuroczko <qnex42@gmail.com> [29.01.2005 21:25]:

> With in-memory bitmap, the search would start with index a, all
> matching rows would form the bitmap; then the second search
> would go through b index, forming another bitmap.  Which then
> would be ANDed with previous bitmap.

Not only matching rows will form a bitmap, all rows should.

And the physical order of rows in the table is important to form bitmap.


-- 

Victor Y. Yegorov


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

Предыдущее
От: Dawid Kuroczko
Дата:
Сообщение: Re: Implementing Bitmap Indexes
Следующее
От: Robert Treat
Дата:
Сообщение: Re: [pgsql-hackers] Allow GRANT/REVOKE permissions to be applied to all schema