Skip to content

Commit 2d9c2e6

Browse files
committed
updates
1 parent 5aea782 commit 2d9c2e6

File tree

5 files changed

+3
-3
lines changed

5 files changed

+3
-3
lines changed
49.3 KB
Loading

articles/synapse-analytics/sql/overview-architecture.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ For SQL pool, the unit of scale is an abstraction of compute power that is known
2626

2727
For SQL on-demand, being serverless, scaling is done automatically to accommodate query resource requirements. As topology changes over time by adding, removing nodes or failovers, it adapts to changes and makes sure your query has enough resources and finishes successfully. For example, the image below shows SQL on-demand utilizing 4 compute nodes to execute a query.
2828

29-
![Synapse SQL architecture](./media/synapse-sql-architecture/sql-architecture.png)
29+
![Synapse SQL architecture](./media//overview-architecture/sql-architecture.png)
3030

3131
Synapse SQL uses a node-based architecture. Applications connect and issue T-SQL commands to a Control node, which is the single point of entry for Synapse SQL.
3232

@@ -87,7 +87,7 @@ To shard data into a hash-distributed table, SQL pool uses a hash function to de
8787

8888
The following diagram illustrates how a full (non-distributed table) gets stored as a hash-distributed table.
8989

90-
![Distributed table](media/synapse-sql-architecture/hash-distributed-table.png "Distributed table")
90+
![Distributed table](media//overview-architecture/hash-distributed-table.png "Distributed table")
9191

9292
* Each row belongs to one distribution.
9393
* A deterministic hash algorithm assigns each row to one distribution.
@@ -108,7 +108,7 @@ A table that is replicated caches a full copy of the table on each compute node.
108108

109109
The diagram below shows a replicated table that is cached on the first distribution on each compute node.
110110

111-
![Replicated table](media/synapse-sql-architecture/replicated-table.png "Replicated table")
111+
![Replicated table](media/overview-architecture/replicated-table.png "Replicated table")
112112

113113
## Next steps
114114

0 commit comments

Comments
 (0)