Re: [HACKERS] WIP: Aggregation push-down

Поиск
Список
Период
Сортировка
От Merlin Moncure
Тема Re: [HACKERS] WIP: Aggregation push-down
Дата
Msg-id CAHyXU0x_iabu=D6LGspCgeWmA9kGwHNnAODK=gHrAkg2dtZoeg@mail.gmail.com
обсуждение исходный текст
Ответ на Re: [HACKERS] WIP: Aggregation push-down  (Antonin Houska <ah@cybertec.at>)
Список pgsql-hackers
On Thu, Aug 17, 2017 at 10:22 AM, Antonin Houska <ah@cybertec.at> wrote:
> Antonin Houska <ah@cybertec.at> wrote:
> output type. For other aggregates (like avg()) the remote nodes will have to
> return the transient state value in an appropriate form (maybe bytea type),
> which does not depend on PG version.

Hm, that seems like an awful lot of work (new version agnostic
serialization format) for very little benefit (version independent
type serialization for remote aggregate pushdown).  How about forcing
the version to be the same for the feature to be used?

merlin



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

Предыдущее
От: Antonin Houska
Дата:
Сообщение: Re: [HACKERS] advanced partition matching algorithm for partition-wise join
Следующее
От: Michael Meskes
Дата:
Сообщение: Re: [HACKERS] 【ECPG】strncpy functiondoes not set the end character '\0'