Re: Proposal: partition pruning by secondary attributes

Поиск
Список
Период
Сортировка
От Alvaro Herrera
Тема Re: Proposal: partition pruning by secondary attributes
Дата
Msg-id 20180208174834.btjh267gph5inwyc@alvherre.pgsql
обсуждение исходный текст
Ответ на Proposal: partition pruning by secondary attributes  (Ildar Musin <i.musin@postgrespro.ru>)
Ответы Re: Proposal: partition pruning by secondary attributes
Список pgsql-hackers
Ildar Musin wrote:

> The idea is to store min and max values of secondary attributes (like
> 'id' in the example above) for each partition somewhere in catalog and
> use it for partition pruning along with partitioning key. You can think
> of it as somewhat like BRIN index but for partitions.

What is the problem with having a BRIN index?

-- 
Álvaro Herrera                https://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services


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

Предыдущее
От: Peter Geoghegan
Дата:
Сообщение: Re: [HACKERS] A design for amcheck heapam verification
Следующее
От: Rafal Pietrak
Дата:
Сообщение: Re: it's a feature, but it feels like a bug