Re: [HACKERS] PoC: Grouped base relation

Поиск
Список
Период
Сортировка
От Robert Haas
Тема Re: [HACKERS] PoC: Grouped base relation
Дата
Msg-id CA+TgmoY=8UOHM-QPvfN59XHaPmx9SJrxLzkjcwcqKpg+1NJ2PA@mail.gmail.com
обсуждение исходный текст
Ответ на [HACKERS] PoC: Grouped base relation  (Antonin Houska <ah@cybertec.at>)
Список pgsql-hackers
On Mon, Jan 9, 2017 at 12:56 PM, Antonin Houska <ah@cybertec.at> wrote:
> Attached is a draft patch that lets partial aggregation happen at base
> relation level. If the relations contain relatively small number of groups,
> the number of input rows of the aggregation at the query level can be reduced
> this way.  Also, if append relation and postgres_fdw planning is enhanced
> accordingly, patch like this can let us aggregate individual tables on remote
> servers (e.g. shard nodes) and thus reduce the amount of rows subject to the
> final aggregation.

Very interesting.  I don't have time to study this in detail right
now, but as a concept it seems worthwhile.  I think the trick is
figuring out at which levels of the path tree it makes sense to
consider partial aggregation.

-- 
Robert Haas
EnterpriseDB: http://www.enterprisedb.com
The Enterprise PostgreSQL Company



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

Предыдущее
От: Robert Haas
Дата:
Сообщение: Re: [HACKERS] pageinspect: Hash index support
Следующее
От: Pantelis Theodosiou
Дата:
Сообщение: Re: [HACKERS] PoC: Grouped base relation