Re: Backup throttling

Поиск
Список
Период
Сортировка
От Andres Freund
Тема Re: Backup throttling
Дата
Msg-id 20130819172012.GB5507@awork2.anarazel.de
обсуждение исходный текст
Ответ на Backup throttling  (Antonin Houska <antonin.houska@gmail.com>)
Ответы Re: Backup throttling  (Boszormenyi Zoltan <zb@cybertec.at>)
Список pgsql-hackers
Hi,

On 2013-07-24 09:20:52 +0200, Antonin Houska wrote:
> Hello,
> the purpose of this patch is to limit impact of pg_backup on running server.
> Feedback is appreciated.

Based on a quick look it seems like you're throttling on the receiving
side. Is that a good idea? Especially over longer latency links, TCP
buffering will reduce the effect on the sender side considerably.

Greetings,

Andres Freund

-- Andres Freund                       http://www.2ndQuadrant.com/PostgreSQL Development, 24x7 Support, Training &
Services



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

Предыдущее
От: Boszormenyi Zoltan
Дата:
Сообщение: Re: Backup throttling
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Should we remove "not fast" promotion at all?