In the topologies that have three or more participating databases.
What if all nodes are working at the same time? "The topology is not partitioned by time.".
location 1 will do insert/update/delete/read in the same time location 2 also will do insert/update/delete/read .......
**Data that will be added by each location is different(each location has its own primary key ranges).
Is it recomended to use Peer-to-Peer Transactional Replication in such scinarios?
↧
Peer-to-Peer Transactional Replication (three or more participating databases): What if all the nodes are working at the same time
↧