1

what is the best way to limit latency for SQL Azure in global applications? My Application uses SQL Azure and would like to know based on the network location of users if its possible to connect SQL Azure near to users.

So Logically would need to have SQL Azure database with global replication but not geo-replication as each copy would serve as Master and not secondary.

Thank you in advance.

Swapnil
  • 83
  • 1
  • 5

1 Answers1

0

You may want to try CosmosDB to distribute data globally and obtain low latency as explained on this article and this documentation.

For replicating data using SQL Data Sync with Azure SQL Database, take in consideration paired regions which may reduce latency. With SQL Data Sync a hub database can be defined and many member database on another region, and data can be synched on both ways between the hub and any member database.

Alberto Morillo
  • 13,893
  • 2
  • 24
  • 30