Re: Performance impact of log streaming replication

Поиск
Список
Период
Сортировка
От Craig Ringer
Тема Re: Performance impact of log streaming replication
Дата
Msg-id 4BCE40D6.80005@postnewspapers.com.au
обсуждение исходный текст
Ответ на Performance impact of log streaming replication  (Andy <angelflow@yahoo.com>)
Список pgsql-general
On 21/04/2010 5:15 AM, Andy wrote:
> What is the expected performance impact of the log streaming replication in 9.0?
>
> In the past I've used the log shipping replication of MySQL and it caused the performance of the master to drop by
almost50%. Just wondered if Postgresql's replication is expected to behave similarly. 

Pg already writes the logs required as part of normal operation. Most
likely that performance drop with MySQL was due to the extra disk I/O of
logging activity, which you shouldn't see with Pg.

All streaming replication adds in performance terms should be some
network I/O and the need to keep those logs around until the slave has
received them.

--
Craig Ringer

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

Предыдущее
От: Craig Ringer
Дата:
Сообщение: Re: Help with tracking!
Следующее
От: Steve Crawford
Дата:
Сообщение: Re: Help with tracking!