Skip to content

Commit 5eab7ae

Browse files
authored
Merge pull request #203996 from dearandyxu/release-build-synapse-link-sql
batch mode
2 parents 60361e7 + 6cae180 commit 5eab7ae

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

articles/synapse-analytics/synapse-link/sql-database-synapse-link.md

+2
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@ You can start or stop a link connection. When started, a link connection will st
2828

2929
You need to select compute core counts for each link connection to replicate your data. The core counts represent the compute power and it impacts your data replication latency and cost.
3030

31+
You also have the chance to make a trade-off between cost and latency by selecting the continuous or batch mode to replicate the data. When you select continuous mode, the runtime will be running continuously so that any changes applied to your SQL DB or SQL Server will be replicated to Synapse with low latency. When you select batch mode with specified interval, the changes applied to your SQL DB or SQL Server will be accumulated and replicated to Synapse in a batch mode with specified interval. By doing so, you can save cost as you are only charged for the time when the runtime is required to replicate your data. After each batch of data is replicated, the runtime will be shut down automatically.
32+
3133
## Monitoring
3234

3335
You can monitor Azure Synapse Link for SQL at the link and table levels. For each link connection, you'll see the following status:

articles/synapse-analytics/synapse-link/sql-server-2022-synapse-link.md

+2
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@ You can start or stop a link connection. When started, a link connection will st
2828

2929
You need to select compute core counts for each link connection to replicate your data. The core counts represent the compute power and it impacts your data replication latency and cost.
3030

31+
You also have the chance to make a trade-off between cost and latency by selecting the continuous or batch mode to replicate the data. When you select continuous mode, the runtime will be running continuously so that any changes applied to your SQL DB or SQL Server will be replicated to Synapse with low latency. When you select batch mode with specified interval, the changes applied to your SQL DB or SQL Server will be accumulated and replicated to Synapse in a batch mode with specified interval. By doing so, you can save cost as you are only charged for the time when the runtime is required to replicate your data. After each batch of data is replicated, the runtime will be shut down automatically.
32+
3133
## Landing zone
3234

3335
The landing zone is an interim staging store required for Azure Synapse Link for SQL Server 2022. First, the operational data is loaded from the SQL Server 2022 to the landing zone. Next, the data is copied from the landing zone to the Synapse dedicated SQL pool. You need to provide your own Azure Data Lake Storage Gen2 account to be used as a landing zone. It is not supported to use this landing zone for anything other than Azure Synapse Link for SQL.

0 commit comments

Comments
 (0)