Re: [HACKERS] Broken O(n^2) avoidance in wal segment recycling.

Поиск
Список
Период
Сортировка
От Thomas Munro
Тема Re: [HACKERS] Broken O(n^2) avoidance in wal segment recycling.
Дата
Msg-id CA+hUKG+S5nGJBDnsTuz8M-RzHxeJ2RyFR-HSoYH3oY_F4eYbaw@mail.gmail.com
обсуждение исходный текст
Ответ на Re: [HACKERS] Broken O(n^2) avoidance in wal segment recycling.  (Andres Freund <andres@anarazel.de>)
Список pgsql-hackers
On Tue, May 7, 2019 at 2:45 PM Andres Freund <andres@anarazel.de> wrote:
> I just hit this bad a couple times during some testing. Under load, with
> 2500 segments to recycle, it took well over a minute.

I wonder if this played a part in the wal_recycle=off-for-ZFS thing.

-- 
Thomas Munro
https://enterprisedb.com



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

Предыдущее
От: Andres Freund
Дата:
Сообщение: Re: [HACKERS] Broken O(n^2) avoidance in wal segment recycling.
Следующее
От: Michael Paquier
Дата:
Сообщение: Re: Heap lock levels for REINDEX INDEX CONCURRENTLY not quite right?