Re: hashagg slowdown due to spill changes

Поиск
Список
Период
Сортировка
От Andres Freund
Тема Re: hashagg slowdown due to spill changes
Дата
Msg-id E2FADC13-160D-4388-9843-B2E514E20517@anarazel.de
обсуждение исходный текст
Ответ на Re: hashagg slowdown due to spill changes  (Jeff Davis <pgsql@j-davis.com>)
Ответы Re: hashagg slowdown due to spill changes  (Jeff Davis <pgsql@j-davis.com>)
Список pgsql-hackers
Hi,

On June 10, 2020 6:15:39 PM PDT, Jeff Davis <pgsql@j-davis.com> wrote:
>On Fri, 2020-06-05 at 21:11 -0700, Andres Freund wrote:
>> Hi,
>>
>> While preparing my pgcon talk I noticed that our hash-agg performance
>> degraded noticeably. Looks to me like it's due to the spilling-
>> hashagg
>> changes.
>
>Attached a proposed fix. (Might require some minor cleanup).
>
>The only awkward part is that LookupTupleHashEntry() needs a new out
>parameter to pass the hash value back to the caller. Ordinarily, the
>caller can get that from the returned entry, but if isnew==NULL, then
>the function might return NULL (and the caller wouldn't have an entry
>from which to read the hash value).

Great!

Did you run any performance tests?

Andres
--
Sent from my Android device with K-9 Mail. Please excuse my brevity.



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

Предыдущее
От: Hamid Akhtar
Дата:
Сообщение: Re: WIP/PoC for parallel backup
Следующее
От: Tom Lane
Дата:
Сообщение: Definitional issue: stddev_pop (and related) for 1 input