Skip to content

Commit 33514a1

Browse files
committed
Add distributed AG image.
1 parent 6f47f7a commit 33514a1

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

17.3 KB
Loading

docs/includes/sql-server-ha-story.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,7 @@ Readable secondary replicas is a feature only in Enterprise Edition, and each in
233233

234234
Scaling readable copies of a database via availability groups was first introduced with distributed availability groups in SQL Server 2016. This would allow companies to have read-only copies of the database not only locally, but regionally and globally with a minimal amount of configuration and reduce network traffic and latency by having queries executed locally. Each primary replica of an availability group can seed two other availability groups even if it is not the fully read/write copy, so each distributed availability group can support up to 27 copies of the data that are readable.
235235

236-
<!--cascading pic for distributed availability groups should go here-->
236+
![Distributed Availability Group][DAG]
237237

238238
Starting with SQL Server 2017, It is possible to create a near-real time, read-only solution with availability groups configured with a cluster type of None. If the goal is to use availability groups for readable secondary replicas and not availability, doing this removes the complexity of using a WSFC or Pacemaker, and gives the readable benefits of an availability group in a simpler deployment method.
239239

@@ -259,4 +259,4 @@ Instances and databases of SQL Server 2017 can be made highly available using th
259259
[AlwaysOnFCI]:media\sql-server-ha-story\image8.png
260260
[BasicDAG]:media\sql-server-ha-story\image9.png
261261
[image10]:media\sql-server-ha-story\image10.png
262-
262+
[DAG]:media\sql-server-ha-story\image11.png

0 commit comments

Comments
 (0)