Tell me more ×
Database Administrators Stack Exchange is a question and answer site for database professionals who wish to improve their database skills and learn from others in the community. It's 100% free, no registration required.

I am using PostgreSQL 9.2.
I have installed xDB replication server through stack builder.
I want to know the how much the server slave is lag behind the master.

Master - 192.168.1.2
Slave - 192.168.1.3

If change in one of the table in master then it will synchronize the slave also but i want to know the how much bytes it is lagging behind ?

In steraming replication we can achieve through monitoring the table called pg_stat_replication and *_location column.

Is there any way in xDB replication server ?

Thanks, Neel

share|improve this question

migrated from stackoverflow.com Feb 8 at 20:14

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.