Re: Parallel grouping sets

Поиск
Список
Период
Сортировка
От Daniel Gustafsson
Тема Re: Parallel grouping sets
Дата
Msg-id 2A9578C9-A378-4BD9-AA9A-27C4CDBA71A5@yesql.se
обсуждение исходный текст
Ответ на Re: Parallel grouping sets  (Pengzhou Tang <ptang@pivotal.io>)
Список pgsql-hackers
> On 25 Mar 2020, at 15:35, Pengzhou Tang <ptang@pivotal.io> wrote:

> Thanks a lot, the patch has a memory leak in the lookup_hash_entries, it uses a list_concat there
> and causes a 64-byte leak for every tuple, has fixed that.
>
> Also, resolved conflicts and rebased the code.

While there hasn't been a review of this version, it no longer applies to HEAD.
There was also considerable discussion in a (virtual) hallway-track session
during PGCon which reviewed the approach (for lack of a better description),
deeming that nodeAgg.c needs a refactoring before complicating it further.
Based on that, and an off-list discussion with Melanie who had picked up the
patch, I'm marking this Returned with Feedback.

cheers ./daniel


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

Предыдущее
От: Simon Riggs
Дата:
Сообщение: Re: ALTER TABLE validate foreign key dependency problem
Следующее
От: Daniel Gustafsson
Дата:
Сообщение: Re: Libpq support to connect to standby server as priority