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/synapse-link/concept-synapse-link-cosmos-db-support.md
+8-7Lines changed: 8 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,21 +17,22 @@ This article describes what functionalities are currently supported in Synapse L
17
17
18
18
## Azure Synapse support
19
19
20
-
Here is list of the currently supported features within Synapse Link for Cosmos DB.
20
+
Here is list of the currently supported features within Synapse Link for Cosmos DB. An OLTP container only contains a transactional store. An HTAP enabled container contains both a transactional and analytical store.
|**Run-time Support**|Support for read or write by Azure Synapse run-time| ✓ |[Contact Us](mailto:[email protected]?subject=[Enable%20Preview%20Feature]%20SQL%20serverless%20for%20Cosmos%20DB)|
25
25
|**Cosmos DB API support**|API support as a Synapse Link| SQL / Mongo DB | SQL / Mongo DB |
26
26
|**Object**|Objects such as table that can be created, pointing directly to Azure Cosmos DB container| View, Table | View |
27
-
|**Read**|Read data from an Azure Cosmos DB container| OLTP / HTAP | HTAP |
28
-
|**Write**|Write data from run-time into an Azure Cosmos DB container| OLTP | n/a |
27
+
|**Read**|Read data from an Azure Cosmos DB container| OLTP only / HTAP enabled | HTAP enabled|
28
+
|**Write**|Write data from run-time into an Azure Cosmos DB container| OLTP only | n/a |
29
29
30
-
Writing back into an Azure Cosmos DB container from Spark only happens through the transactional store of Azure Cosmos DB and will impact the transactional performance of Azure Cosmos DB by consuming Request Units. Data will be automatically replicated into the analytical store if analytical store is enabled at the database level.
30
+
* If you write data into an Azure Cosmos DB container from Spark happens through the transactional store of Azure Cosmos DB and will impact the transactional performance of Azure Cosmos DB by consuming Request Units.
31
+
* SQL pool integration through external tables is currently not supported.
31
32
32
33
## Supported code-generated actions for Spark
33
34
34
-
| Gesture | Description |OLTP only container |HTAP container|
Copy file name to clipboardExpand all lines: articles/synapse-analytics/synapse-link/how-to-connect-synapse-link-cosmos-db.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -40,16 +40,16 @@ From the Data Object Explorer, you can directly connect an Azure Cosmos DB datab
40
40
7. (Optional) If no region is specified, Synapse run-time operations will be routed toward the nearest region where the analytical store is enabled. However you can set manually which region you want your users to access Cosmos DB analytical store. Select **Additional connection properties** and then **New**. Under **Property Name**, write ***PreferredRegions*** and set the **Value** to the region you want (example: WestUS2, there is no space between words and number)
41
41
8. Select ***Create***
42
42
43
-
Azure Cosmos DB database are visible under the tab **Linked** in the Azure Cosmos DB section. You can differentiate an HTAP enabled Azure Cosmos DB container from an OLTP only container with the following icons:
Azure Cosmos DB database are visible under the tab **Linked** in the Azure Cosmos DB section. With Azure Cosmos DB, you can differentiate an HTAP enabled container from an OLTP only container through the following icons:
By right-clicking into a container, you have list of gestures that will trigger a Spark or SQL run-time. Writing into a container will happen through the Transactional Store of Azure Cosmos DB and will consume Request Units.
0 commit comments