Re: Unresolved repliaction hang and stop problem.

Поиск
Список
Период
Сортировка
От Alvaro Herrera
Тема Re: Unresolved repliaction hang and stop problem.
Дата
Msg-id 202106171656.fwqynjzxsyhg@alvherre.pgsql
обсуждение исходный текст
Ответ на Re: Unresolved repliaction hang and stop problem.  (Kyotaro Horiguchi <horikyota.ntt@gmail.com>)
Ответы Re: Unresolved repliaction hang and stop problem.  (Kyotaro Horiguchi <horikyota.ntt@gmail.com>)
Список pgsql-hackers
On 2021-Jun-17, Kyotaro Horiguchi wrote:

> I don't see a call to hash_*seq*_search there. Instead, I see one in
> ReorderBufferCheckMemoryLimit().

Doh, of course -- I misread.

ReorderBufferCheckMemoryLimit is new in pg13 (cec2edfa7859) so now at
least we have a reason why this workload regresses in pg13 compared to
earlier releases.

Looking at the code, it does seem that increasing the memory limit as
Amit suggests might solve the issue.  Is that a practical workaround?

-- 
Álvaro Herrera       Valdivia, Chile



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

Предыдущее
От: Alexander Korotkov
Дата:
Сообщение: Re: unnesting multirange data types
Следующее
От: Robert Haas
Дата:
Сообщение: Re: Add version macro to libpq-fe.h