Re: Speedup of relation deletes during recovery

Поиск
Список
Период
Сортировка
От Teodor Sigaev
Тема Re: Speedup of relation deletes during recovery
Дата
Msg-id 74fae819-c790-3c6e-7964-12a8c5d82166@sigaev.ru
обсуждение исходный текст
Ответ на Re: Speedup of relation deletes during recovery  (Andres Freund <andres@anarazel.de>)
Ответы Re: Speedup of relation deletes during recovery  (Fujii Masao <masao.fujii@gmail.com>)
Список pgsql-hackers
> We just had a customer hit this issue. I kind of wonder whether this
> shouldn't be backpatched: Currently the execution on the primary is
> O(NBuffers * log(ndrels)) whereas it's O(NBuffers * ndrels) on the
> standby - with a lot higher constants to boot.  That means it's very
> easy to get into situations where the standy starts to lag behind very significantly.
+1, we faced with that too
-- 
Teodor Sigaev                                   E-mail: teodor@sigaev.ru
                                                    WWW: http://www.sigaev.ru/


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

Предыдущее
От: Andres Freund
Дата:
Сообщение: Re: Speedup of relation deletes during recovery
Следующее
От: Andres Freund
Дата:
Сообщение: Re: WAL prefetch