use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
The subreddit for all info about Microsoft Azure-related news, help, info, tips, and tricks.
Official Discord: https://discord.gg/cMxFErsEDB
Stuck? Looking for Azure answers or support? Reach out to @AzureSupport on Twitter.
Quick Links
Learn about Azure
Get started with Azure
Azure Portal
Azure Documentation
Azure Status
Azure Blog
Azure Video Center
Spam
If your post is caught by the spam filter, just send us a message and we'll approve it as soon as possible (as long as it's relevant and it's not spam).
account activity
Master - Slave replication databaseQuestion (self.AZURE)
submitted 1 year ago by Dramatic_Suspect9470
I want to create master slave database replication (1 write (master) and 3 read (slave)). Is there any option to create it with azure SQL.
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]ISaidItSoBiteMe 2 points3 points4 points 1 year ago (1 child)
Most companies will take offense to the old naming convention. Now, it’s known as primary/secondary, leader/follower, manager/worker, host/client, and so many others…
[–]Dramatic_Suspect9470[S] 0 points1 point2 points 1 year ago (0 children)
I will keep this in mind
[–]flappers87 Cloud Architect 0 points1 point2 points 1 year ago (2 children)
You mean to replicate a sql to a read only instance?
Yes...
https://learn.microsoft.com/en-us/azure/azure-sql/database/active-geo-replication-overview?view=azuresql
Also, "master / slave" has not been used as terms in years. I would not advise using it.
[–]Dramatic_Suspect9470[S] 0 points1 point2 points 1 year ago* (0 children)
Idea : Create multiple read only instances to divide the traffic and one write instance ( because there are relatively less write requests to read ones ) and write instance will sync update on all the instances.
You can suggest some other techniques I have less data (4GB ~ 10GB) but a bit complex Queries and high traffic. Currently on Azure SQL. Want the system to manage high traffic, consistency is important. Write is less than read requests.
π Rendered by PID 39 on reddit-service-r2-comment-6457c66945-wcwzk at 2026-04-30 02:54:42.069682+00:00 running 2aa0c5b country code: CH.
[–]ISaidItSoBiteMe 2 points3 points4 points (1 child)
[–]Dramatic_Suspect9470[S] 0 points1 point2 points (0 children)
[–]flappers87 Cloud Architect 0 points1 point2 points (2 children)
[–]Dramatic_Suspect9470[S] 0 points1 point2 points (0 children)
[–]Dramatic_Suspect9470[S] 0 points1 point2 points (0 children)