Re: Measurin the lag between a master and a replica

Поиск
Список
Период
Сортировка
От Sergey Konoplev
Тема Re: Measurin the lag between a master and a replica
Дата
Msg-id CAL_0b1s3Q-vEViErGOOeCZK=hCFyr9eXRqySH8H1cs4TXNRy3Q@mail.gmail.com
обсуждение исходный текст
Ответ на Re: Measurin the lag between a master and a replica  (David Kerr <dmk@mr-paradox.net>)
Ответы Re: Measurin the lag between a master and a replica
Список pgsql-admin
On Fri, Jul 20, 2012 at 1:02 AM, David Kerr <dmk@mr-paradox.net> wrote:
> I was looking into this last month and some nice folks on the list pointed me to this formula
> for calculating lag. (to be run on the slave) similar to what Sergey said.
>
>         when pg_last_xlog_receive_location() = pg_last_xlog_replay_location()
>         then 0
>         else extract ('epoch' from now()-pg_last_xact_replay_timestamp()) end as log_delay;

If you have a connection problem this will not reflect the situation.

--
Sergey Konoplev

a database architect, software developer at PostgreSQL-Consulting.com
http://www.postgresql-consulting.com

Jabber: gray.ru@gmail.com Skype: gray-hemp Phone: +79160686204

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

Предыдущее
От: "Madhu.Lanka"
Дата:
Сообщение: ERROR: there is no parameter $1
Следующее
От: David Kerr
Дата:
Сообщение: Re: Measurin the lag between a master and a replica