Re: Lowering the ever-growing heap->pd_lower

Поиск
Список
Период
Сортировка
От Peter Geoghegan
Тема Re: Lowering the ever-growing heap->pd_lower
Дата
Msg-id CAH2-WzkPtHNVVSYq4Vk+phn9+y_LY_ZkN+xTumgy1PV3Ye=r8A@mail.gmail.com
обсуждение исходный текст
Ответ на Re: Lowering the ever-growing heap->pd_lower  (Andres Freund <andres@anarazel.de>)
Список pgsql-hackers
On Thu, Apr 7, 2022 at 4:01 PM Andres Freund <andres@anarazel.de> wrote:
> I'm on-board with that - but I think we should rewrite a bunch of places that
> use MaxHeapTuplesPerPage sized-arrays on the stack first. It's not great using
> several KB of stack at the current the current value already (*), but if it grows
> further...

No arguments here. There are probably quite a few places that won't
need to be fixed, because it just doesn't matter, but
lazy_scan_prune() will.

-- 
Peter Geoghegan



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

Предыдущее
От: Andres Freund
Дата:
Сообщение: Re: Lowering the ever-growing heap->pd_lower
Следующее
От: Peter Smith
Дата:
Сообщение: Re: Handle infinite recursion in logical replication setup