Skip to content

Commit f4e26f1

Browse files
committed
Adding spaces between paragraphs
1 parent 37348d1 commit f4e26f1

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

articles/cosmos-db/merge.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ To check whether an Azure Cosmos DB account is eligible for the preview, you can
3232
:::image type="content" source="media/merge/merge-eligibility-check.png" alt-text="Merge eligibility check with table of all preview eligibility criteria":::
3333

3434
### How to identify containers to merge
35+
3536
Containers that meet both of these conditions are likely to benefit from merging partitions:
3637
- Condition 1: The current RU/s per physical partition is <3000 RU/s
3738
- Condition 2: The current average storage in GB per physical partition is <20 GB
@@ -40,6 +41,7 @@ Condition 1 often occurs when you have previously scaled up the RU/s (often for
4041
Condition 2 often occurs when you delete/TTL a large volume of data, leaving unused partitions.
4142

4243
#### Criteria 1
44+
4345
To determine the current RU/s per physical partition, from your Cosmos account, navigate to **Metrics**. Select the metric **Physical Partition Throughput** and filter to your database and container. Apply splitting by **PhysicalPartitionId**.
4446

4547
For containers using autoscale, this will show the max RU/s currently provisioned on each physical partition. For containers using manual throughput, this will show the manual RU/s on each physical partition.
@@ -49,6 +51,7 @@ In the below example, we have an autoscale container provisioned with 5000 RU/s
4951
:::image type="content" source="media/merge/RU-per-physical-partition-metric.png" alt-text="Azure Monitor metric Physical Partition Throughput":::
5052

5153
#### Criteria 2
54+
5255
To determine the current average storage per physical partition, first find the overall storage (data + index) of the container.
5356

5457
Navigate to **Insights** > **Storage** > **Data & Index Usage**. The total storage is the sum of the data and index usage. In the below example, the container has a total of 74 GB of storage.

0 commit comments

Comments
 (0)