Re: Replication: How to query current segments allocation relative to "Wal keep segments"?

Поиск
Список
Период
Сортировка
От Michael Paquier
Тема Re: Replication: How to query current segments allocation relative to "Wal keep segments"?
Дата
Msg-id CAB7nPqT=JxN+DLXfEc+q95Kanb2L3=uN=LYS-tQVEf2pFMA0Qw@mail.gmail.com
обсуждение исходный текст
Ответ на Replication: How to query current segments allocation relative to "Wal keep segments"?  (Edson Carlos Ericksson Richter <edsonrichter@hotmail.com>)
Ответы Re: Replication: How to query current segments allocation relative to "Wal keep segments"?  (Edson Carlos Ericksson Richter <edsonrichter@hotmail.com>)
Список pgsql-general
On Sun, Jan 4, 2015 at 1:48 AM, Edson Carlos Ericksson Richter
<edsonrichter@hotmail.com> wrote:
> How to  query current segments allocation relative to "Wal keep segments" in
> each master server?
What is your server version? You can have a look at
pg_stat_replication on the master which contains information about the
WAL segments written, flushed and replayed on each slave:
http://www.postgresql.org/docs/devel/static/monitoring-stats.html#PG-STAT-REPLICATION-VIEW
--
Michael


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

Предыдущее
От: Adrian Klaver
Дата:
Сообщение: Re: Streaming replication - slave not getting promoted
Следующее
От: Edson Carlos Ericksson Richter
Дата:
Сообщение: Re: Replication: How to query current segments allocation relative to "Wal keep segments"?