Intellipaat Back

Explore Courses Blog Tutorials Interview Questions
0 votes
2 views
in Azure by (13.1k points)
I want to have a real-time sync-up for disaster recovery in between both active read-write databases for low latency to the customers from different locations.

Can anyone help me with this? How I can able to achieve it?

1 Answer

0 votes
by (26.7k points)

You can have multiple options related with it:

SQL Server consists of Peer-to-peer Transactional Replication but for that you need to make sure that changes are not introduced into multiple nodes.

Also, It has Merge Replication option as well.

And, Azure Cosmos DB supports Multi-Master. It helps you with cost/complexity.

I hope this will help.

Want to become an Azure expert? join azure certification now!!

Browse Categories

...