i'm migrating ravendb database ravenhq
, trying setup replication first time. i'm considering have master-master replication failover
equal allowreadsfromsecondariesandwritestosecondaries
. kind of behaviour change in case in comparison single server scenario.
as understand ravendb write master , read master (so edit-list scenario should not problem) until failover happens. concern should resolve failover-related conflicts (that pretty unlikely happen). or should take else consideration?
yes, correct. note conflicts can handled automatically server selecting appropriate strategy
Comments
Post a Comment