Skip to content

Commit 3faee72

Browse files
Merge pull request #225165 from jovanpop-msft/patch-240
Added platform feature comparison
2 parents 597c5e4 + 02acfed commit 3faee72

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

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

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,15 @@ Synapse SQL pools enable you to use built-in security features to secure your da
109109

110110
Dedicated SQL pool and serverless SQL pool use standard Transact-SQL language to query data. For detailed differences, look at the [Transact-SQL language reference](/sql/t-sql/language-reference).
111111

112+
## Platform features
113+
114+
| | Dedicated | Serverless |
115+
| --- | --- | --- |
116+
| Scaling | [Yes](../sql-data-warehouse/sql-data-warehouse-manage-compute-overview.md) | Serverless SQL pool automatically scales depending on the workload. |
117+
| Pause/resume | [Yes](../sql-data-warehouse/sql-data-warehouse-manage-compute-overview.md) | Serverless SQL pool automatically deactivated when it is not used and activated when needed. User action is not required. |
118+
| Database backups | [Yes](../sql-data-warehouse/backup-and-restore.md) | No. Data is stored in external systems (ADLS, Cosmos DB), so make sure that you are doing backups of data at source. Make sure that you use store SQL metadata (table, view, procedure definitions, and user permissions) in the source control. Table definitions in the Lake database are stored in Spark metadata, so make sure that you are also keeping Spark table definitions in the source control. |
119+
| Database restore | [Yes](../sql-data-warehouse/backup-and-restore.md) | No. Data is stored in external systems (ADLS, Cosmos DB), so you need to recover source systems to bring your data. Make sure that your SQL metadata (table, view, procedure definitions, and user permissions) is in the source control so you can re-create the SQL objects. Table definitions in the Lake database are stored in Spark metadata, so make sure that you are also keeping Spark table definitions in the source control. |
120+
112121
## Tools
113122

114123
You can use various tools to connect to Synapse SQL to query data.

0 commit comments

Comments
 (0)