|
From: Robert N. <rob...@gm...> - 2018-10-31 23:23:10
|
How do folks handle seqnum management in the context of secondary machines needing to know where the primary session finished when the secondary is activated? I’ve seen a couple of approaches such as asynchronous writes to a shared database. But what you don’t want is just a write to the database that’s synchronous as that would kill performance. Has anybody successfully done this with rsync seqnum files between servers? |