You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
:alt: A topology with a three regions. There is one primary node in the first region, one secondary node in the second region, and one secondary node in the third region.
80
+
71
81
This topology is the standard multi-regional topology where high availability can be provided to tolerate a regional outage.
72
82
This topology can tolerate any 1 node failure, any 1 region outage, and is the least expensive multi-region topology.
73
83
@@ -79,6 +89,11 @@ application architecture must adjust as a result.
:alt: A topology with a three regions. There is one primary node and one secondary node in the first region, two secondary nodes in the second region, and one secondary node in the third region.
96
+
82
97
This topology is the preferred topology that balances high availability, performance, and cost across multiple regions.
83
98
This topology can tolerate any 2 nodes' failure, tolerate primary node failure
84
99
while keeping the new primary in the preferred region, and tolerate any 1 region outage.
0 commit comments