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
Copy file name to clipboardExpand all lines: articles/synapse-analytics/sql-data-warehouse/sql-data-warehouse-overview-what-is.md
+6-10Lines changed: 6 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@ title: What is dedicated SQL pool (formerly SQL DW)?
3
3
description: Dedicated SQL pool (formerly SQL DW) in Azure Synapse Analytics is the enterprise data warehousing functionality in Azure Synapse Analytics.
4
4
author: WilliamDAssafMSFT
5
5
ms.author: wiassaf
6
-
ms.date: 02/21/2023
6
+
ms.date: 07/19/2024
7
7
ms.service: synapse-analytics
8
8
ms.subservice: sql-dw
9
9
ms.topic: overview
@@ -13,11 +13,7 @@ ms.topic: overview
13
13
14
14
Azure Synapse Analytics is an analytics service that brings together enterprise data warehousing and Big Data analytics. Dedicated SQL pool (formerly SQL DW) refers to the enterprise data warehousing features that are available in Azure Synapse Analytics.
15
15
16
-
17
-
18
-

19
-
20
-
16
+
:::image type="content" source="media/sql-data-warehouse-overview-what-is/dedicated-sql-pool.png" alt-text="Diagram of dedicated SQL pool (formerly SQL DW) in relation to Azure Synapse." lightbox="media/sql-data-warehouse-overview-what-is/dedicated-sql-pool.png":::
21
17
22
18
Dedicated SQL pool (formerly SQL DW) represents a collection of analytic resources that are provisioned when using Synapse SQL. The size of a dedicated SQL pool (formerly SQL DW) is determined by Data Warehousing Units (DWU).
23
19
@@ -30,15 +26,15 @@ Once your dedicated SQL pool is created, you can import big data with simple [Po
30
26
31
27
Data warehousing is a key component of a cloud-based, end-to-end big data solution.
:::image type="content" source="media/sql-data-warehouse-overview-what-is/data-warehouse-solution.png" alt-text="Diagram of data warehouse solutions featuring zones for Ingest, Store, Prep & Train, and Model & Serve." lightbox="media/sql-data-warehouse-overview-what-is/data-warehouse-solution.png":::
34
30
35
31
In a cloud data solution, data is ingested into big data stores from a variety of sources. Once in a big data store, Hadoop, Spark, and machine learning algorithms prepare and train the data. When the data is ready for complex analysis, dedicated SQL pool uses PolyBase to query the big data stores. PolyBase uses standard T-SQL queries to bring the data into dedicated SQL pool (formerly SQL DW) tables.
36
32
37
33
Dedicated SQL pool (formerly SQL DW) stores data in relational tables with columnar storage. This format significantly reduces the data storage costs, and improves query performance. Once data is stored, you can run analytics at massive scale. Compared to traditional database systems, analysis queries finish in seconds instead of minutes, or hours instead of days.
38
34
39
35
The analysis results can go to worldwide reporting databases or applications. Business analysts can then gain insights to make well-informed business decisions.
0 commit comments