Re: Minmax indexes

Поиск
Список
Период
Сортировка
От Claudio Freire
Тема Re: Minmax indexes
Дата
Msg-id CAGTBQpapG9Lz8TTFPDVX3dN2ejM7gk5mLHJQa5hzqg5LnoL62w@mail.gmail.com
обсуждение исходный текст
Ответ на Re: Minmax indexes  (Andres Freund <andres@2ndquadrant.com>)
Список pgsql-hackers
On Tue, Jun 17, 2014 at 1:04 PM, Andres Freund <andres@2ndquadrant.com> wrote:
> For me minmax indexes are helpful because they allow to generate *small*
> 'coarse' indexes over large volumes of data. From my pov that's possible
> possible because they don't contain item pointers for every contained
> row.


But minmax is just a specific form of bloom filter.

This could certainly be generalized to a bloom filter index with some
set of bloom&hashing operators (minmax being just one).



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

Предыдущее
От: Andres Freund
Дата:
Сообщение: Re: Minmax indexes
Следующее
От: Claudio Freire
Дата:
Сообщение: Re: [REVIEW] Re: Compression of full-page-writes