Re: Aggregate-function space leakage

Поиск
Список
Период
Сортировка
От Hitoshi Harada
Тема Re: Aggregate-function space leakage
Дата
Msg-id e08cc0400907240009h1f3b44f9tbccbe765f22bb32c@mail.gmail.com
обсуждение исходный текст
Ответ на Re: Aggregate-function space leakage  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
2009/7/24 Tom Lane <tgl@sss.pgh.pa.us>:
> I think that WindowAgg does not need any changes because it already does
> MemoryContextResetAndDeleteChildren(winstate->wincontext) at partition
> boundaries.  Hitoshi, do you agree?
>

I do. Looking closer, temporal space management of Agg is getting
similar to WindowAgg's partition localMemory strategy. We might be
able to get them one. Anyway, the choice sounds better now, though I
will test array_agg more.

Regards,

--
Hitoshi Harada


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

Предыдущее
От: mahendra chavan
Дата:
Сообщение: Re: query decorrelation in postgres
Следующее
От: Magnus Hagander
Дата:
Сообщение: Re: Determining client_encoding from client locale