查看每个日志的msdb.dbo.log_shipping_monitor_secondary last_restored_latency值。
last_restored_latency - The amount of time, in minutes, that elapsed between when the log backup was created on the primary and when it was restored on the secondary.通常此值为0或相当接近于0。每隔一段时间就会看到这个列(850)中的一个更高的数字。有什么东西可以导致last_restored_latency的高值呢?
发布于 2020-11-27 08:14:45
最重要的变量是您试图发送的事务日志备份的大小,更大的文件:-
复制需要更长时间,
恢复时间较长&
创建备用文件的更多时间。
如果tlog备份大小不能解释90%以上的变化,那么您可以开始排除是否涉及服务器、CPU或网络拥塞。
https://dba.stackexchange.com/questions/280414
复制相似问题