If this is your first visit, be sure to check out the FAQ by clicking the link above.
You may have to register before you can post: click the register link above to proceed.
To start viewing messages, select the forum that you want to visit from the selection below.
How to check the latency in replication, (For example, when there are any changes in primary database, after how much time it's getting updated in secondary database. )
There are many ways to do this, you may have a heartbeat table with a timestamp column which gets updates every minute for example, and, you may check the value of this table at the replicate at any time to see what the latency is !!