Re: Eager aggregation, take 3

Поиск
Список
Период
Сортировка
От Andy Fan
Тема Re: Eager aggregation, take 3
Дата
Msg-id 87il22cj51.fsf@163.com
обсуждение исходный текст
Ответ на Eager aggregation, take 3  (Richard Guo <guofenglinux@gmail.com>)
Ответы Re: Eager aggregation, take 3  (Richard Guo <guofenglinux@gmail.com>)
Список pgsql-hackers
Richard Guo <guofenglinux@gmail.com> writes:

> Hi All,
>
> Eager aggregation is a query optimization technique that partially
> pushes a group-by past a join, and finalizes it once all the relations
> are joined.  Eager aggregation reduces the number of input rows to the
> join and thus may result in a better overall plan.  This technique is
> thoroughly described in the 'Eager Aggregation and Lazy Aggregation'
> paper [1].

This is a really helpful and not easy task, even I am not sure when I
can spend time to study this, I want to say "Thanks for working on
this!" first and hope we can really progress on this topic. Good luck! 

-- 
Best Regards
Andy Fan




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

Предыдущее
От: Andy Fan
Дата:
Сообщение: Re: a wrong index choose when statistics is out of date
Следующее
От: Ranier Vilela
Дата:
Сообщение: Re: Tidy fill hstv array (src/backend/access/heap/pruneheap.c)