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: learn-pr/wwl-azure/design-data-storage-solution-for-relational-data/includes/8-design-for-azure-cosmos.md
+6-8Lines changed: 6 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
The final option we consider is relational table data storage using Azure Cosmos DB.
2
2
3
-
[Azure Cosmos DB](https://azure.microsoft.com/services/cosmos-db/) is a fully managed NoSQL database service for modern app development. As a fully managed service, Azure Cosmos DB takes database administration off your hands with automatic management, updates, and patching. It also handles capacity management with cost-effective serverless and automatic scaling options that respond to application needs to match capacity with demand.
3
+
[Azure Cosmos DB](/azure/cosmos-db/) is a fully managed NoSQL database service for modern app development. As a fully managed service, Azure Cosmos DB takes database administration off your hands with automatic management, updates, and patching. It also handles capacity management with cost-effective serverless and automatic scaling options that respond to application needs to match capacity with demand.
@@ -10,19 +10,17 @@ Review the following characteristics of Azure Cosmos DB and how it can help with
10
10
11
11
- Azure Cosmos DB has single-digit millisecond response times and guaranteed speed at any scale.
12
12
13
-
- Azure Cosmos DB offers [multiple database APIs](/azure/cosmos-db/choose-api), which include NoSQL, MongoDB, PostgreSQL, Cassandra, Gremlin, and Table. These APIs allow your applications to treat Azure Cosmos DB as if it were various other databases technologies, without the overhead of management, and scaling approaches.
14
-
15
13
:::image type="content" source="../media/cosmos-decision-tree.png" alt-text="Flowchart decision tree to select between Cosmos DB and SQL." border="false":::
16
14
17
-
- Applications that are written for Azure Table Storage can migrate to the Azure Cosmos DB Table API with few code changes.
15
+
- Applications that are written for Azure Table Storage can migrate to the Azure Cosmos DB for Table with few code changes.
18
16
19
-
- Azure Cosmos DB Table API and Table Storage share the same table data model and expose the same create, delete, update, and query operations through their SDKs.
17
+
- Azure Cosmos DB for Table and Table Storage share the same table data model and expose the same create, delete, update, and query operations through their SDKs.
20
18
21
-
### Things to consider when choosing the Azure Cosmos DB Table API
19
+
### Things to consider when choosing Azure Cosmos DB for Table
22
20
23
-
If you currently use Azure Table Storage, you gain many benefits by moving to the Azure Cosmos DB Table API. As you review these benefits, consider how Azure Cosmos DB can be included in your relational data storage plan for Tailwind Traders:
21
+
If you currently use Azure Table Storage, you gain many benefits by moving to the Azure Cosmos DB for Table. As you review these benefits, consider how Azure Cosmos DB can be included in your relational data storage plan for Tailwind Traders:
| Feature| Azure Table Storage | Azure Cosmos DB for Table |
26
24
| --- | ---| --- |
27
25
|**Latency**| Fast, but no upper bounds on latency. | Single-digit millisecond latency for reads and writes, backed with < 10-ms latency reads and < 15-ms latency writes at the 99th percentile, at any scale, anywhere in the world. |
28
26
|**Throughput**| Variable throughput model. Tables have a scalability limit of 20,000 operations.| Highly scalable with dedicated reserved throughput per table. Accounts have no upper limit on throughput and support > 10 million operations/s per table (in provisioned throughput mode). |
0 commit comments