Re: grouping pushdown

Поиск
Список
Период
Сортировка
От David Rowley
Тема Re: grouping pushdown
Дата
Msg-id CAApHDvpOSaNqZged6C-OGu5SRXHss6GsF4x+CiDtLp4-PeOizg@mail.gmail.com
обсуждение исходный текст
Ответ на grouping pushdown  (Spring Zhong <spring.zhong@openpie.com>)
Ответы Re: grouping pushdown  (Antonin Houska <ah@cybertec.at>)
Список pgsql-hackers
On Wed, 4 Jan 2023 at 23:21, Spring Zhong <spring.zhong@openpie.com> wrote:
> The plan is apparently inefficient, since the hash aggregate goes after the Cartesian product. We could expect the
query'sperformance get much improved if the HashAggregate node can be pushed down to the SCAN node.
 

> Is someone has suggestions on this?

I think this is being worked on. See [1].

David

[1] https://commitfest.postgresql.org/41/3764/



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

Предыдущее
От: Andres Freund
Дата:
Сообщение: Re: meson oddities
Следующее
От: Tom Lane
Дата:
Сообщение: Re: moving extraUpdatedCols out of RangeTblEntry (into ModifyTable)