Skip to content

Commit 7da8911

Browse files
committed
minor
1 parent a35df26 commit 7da8911

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

articles/synapse-analytics/synapse-link/concept-synapse-link-cosmos-db-support.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,15 +30,15 @@ Here is list of the currently supported features within Synapse Link for Cosmos
3030
| **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)|
3131
| **Cosmos DB API support** |API support as a Synapse Link| SQL / Mongo DB | SQL / Mongo DB |
3232
| **Object** |Objects such as table that can be created, pointing directly to Azure Cosmos DB container| View, Table | View |
33-
| **Read** |Read data from an Azure Cosmos DB container| OLTP only / HTAP enabled | HTAP enabled |
34-
| **Write** |Write data from run-time into an Azure Cosmos DB container| OLTP only | n/a |
33+
| **Read** |Read data from an Azure Cosmos DB container| OLTP / HTAP | HTAP |
34+
| **Write** |Write data from run-time into an Azure Cosmos DB container| OLTP | n/a |
3535

3636
* 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.
3737
* SQL pool integration through external tables is currently not supported.
3838

3939
## Supported code-generated actions for Spark
4040

41-
| Gesture | Description |OLTP only |HTAP enabled |
41+
| Gesture | Description |OLTP |HTAP |
4242
| :-------------------- | :----------------------------------------------------------- |:----------------------------------------------------------- |:----------------------------------------------------------- |
4343
| **Load to DataFrame** |Load and read data into a Spark DataFrame |X||
4444
| **Create Spark table** |Create a table pointing to an Azure Cosmos DB container|X||
@@ -50,7 +50,7 @@ Here is list of the currently supported features within Synapse Link for Cosmos
5050

5151
## Supported code-generated actions for SQL serverless
5252

53-
| Gesture | Description |OLTP only |HTAP enabled |
53+
| Gesture | Description |OLTP |HTAP |
5454
| :-------------------- | :----------------------------------------------------------- |:----------------------------------------------------------- |:----------------------------------------------------------- |
5555
| **Select top 100** |Preview top 100 items from a container|X||
5656
| **Create view** |Create a view to directly have BI access in a container through Synapse SQL|X||

articles/synapse-analytics/synapse-link/how-to-connect-synapse-link-cosmos-db.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Before you connect an Azure Cosmos DB account to your workspace, there are a few
2424

2525
## Enable Azure Cosmos DB analytical store
2626

27-
To run large-scale analytics into Azure Cosmos DB without impacting your operational performance, we recommend enabling Synapse Link for Azure Cosmos DB which bring HTAP capability to a container and built-in support in Azure Synapse. Follow this quickstart to enable Synapse Link for Cosmos DB containers.
27+
To run large-scale analytics into Azure Cosmos DB without impacting your operational performance, we recommend enabling Synapse Link for Azure Cosmos DB. Synapse Link brings HTAP capability to a container and built-in support in Azure Synapse.
2828

2929
## Connect an Azure Cosmos DB database to a Synapse workspace
3030

0 commit comments

Comments
 (0)