Re: Performant queries on table with many boolean columns

Поиск
Список
Период
Сортировка
>
> The obvious thing seems to make a table with ~100 columns, with 1 column
> for each boolean property. Though, what type of indexing strategy would
> one use on that table? Doesn't make sense to do BTREE. Is there a better
> way to structure it?
>
looks like a deal for contrib/bloom index in upcoming 9.6 release


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


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

Предыдущее
От: Rob Imig
Дата:
Сообщение: Performant queries on table with many boolean columns
Следующее
От: Rick Otten
Дата:
Сообщение: Re: Performant queries on table with many boolean columns