Skip to content

Commit b7be2f1

Browse files
SnehaGundadeborahc
andauthored
Apply suggestions from code review
Deborah's feedback Co-Authored-By: Deborah Chen <[email protected]>
1 parent 0684ba9 commit b7be2f1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

articles/cosmos-db/concepts-limits.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ After you create an Azure Cosmos account under your subscription, you can manage
2626
| Maximum storage per container | Unlimited |
2727
| Maximum storage per database | Unlimited |
2828
| Maximum attachment size per Account (Attachment feature is being depreciated) | 2 GB |
29-
| Minimum RUs required for 1 GB | 10 RU/s |
29+
| Minimum RUs required per 1 GB | 10 RU/s |
3030

3131
> [!NOTE]
3232
> To learn about best practices for managing workloads that have partition keys requiring higher limits for storage or throughput, see [Create a synthetic partition key](synthetic-partition-keys.md).

articles/cosmos-db/request-units.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Azure Cosmos DB supports many APIs, such as SQL, MongoDB, Cassandra, Gremlin, an
1616

1717
The cost of all database operations is normalized by Azure Cosmos DB and is expressed by *Request Units* (or RUs, for short). You can think of RUs per second as the currency for throughput. RUs per second is a rate-based currency. It abstracts the system resources such as CPU, IOPS, and memory that are required to perform the database operations supported by Azure Cosmos DB.
1818

19-
The cost to read a 1 KB item is 1 Request Unit (or 1 RU). A minimum of 10 RU/s are required to store 1 GB of data. All other database operations are similarly assigned a cost using RUs. No matter which API you use to interact with your Azure Cosmos container, costs are always measured by RUs. Whether the database operation is a write, read, or query, costs are always measured in RUs.
19+
The cost to read a 1 KB item is 1 Request Unit (or 1 RU). A minimum of 10 RU/s is required to store each 1 GB of data. All other database operations are similarly assigned a cost using RUs. No matter which API you use to interact with your Azure Cosmos container, costs are always measured by RUs. Whether the database operation is a write, read, or query, costs are always measured in RUs.
2020

2121
The following image shows the high-level idea of RUs:
2222

0 commit comments

Comments
 (0)