InterviewSolution
Saved Bookmarks
| 1. |
How Many Replicas Are Maintained For Each Sql Azure Db? |
|
Answer» 3 replicas are maintained for each LOGICAL DB. Single PRIMARY is observed as the replica where actual read/write take place. Once this goes down, ANOTHER replica is upgraded automatically as a single primary. 3 replicas are maintained for each logical DB. Single primary is observed as the replica where actual read/write take place. Once this goes down, another replica is upgraded automatically as a single primary. |
|