Re: Proposed patch: Smooth replication during VACUUM FULL

Поиск
Список
Период
Сортировка
От Greg Stark
Тема Re: Proposed patch: Smooth replication during VACUUM FULL
Дата
Msg-id BANLkTimAed=DbsJ6AMGWC35eYMfAhGOLvQ@mail.gmail.com
обсуждение исходный текст
Ответ на Re: Proposed patch: Smooth replication during VACUUM FULL  (Simon Riggs <simon@2ndQuadrant.com>)
Ответы Re: Proposed patch: Smooth replication during VACUUM FULL
Список pgsql-hackers
On Sun, May 1, 2011 at 9:31 PM, Simon Riggs <simon@2ndquadrant.com> wrote:
> I don't think the performance of replication is at issue. This is
> about resource control.
>

The unspoken question here is why would replication be affected by i/o
load anyways? It's reading data file buffers that have only recently
been written and should be in cache. I wonder if this system has
chosen O_DIRECT or something like that for writing out wal?

-- 
greg


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

Предыдущее
От: Pavan Deolasee
Дата:
Сообщение: Re: branching for 9.2devel
Следующее
От: Joseph Conway
Дата:
Сообщение: clog_redo causing very long recovery time