Skip to content

Commit bd1e7eb

Browse files
committed
Update limits.md
1 parent 8eb5bf2 commit bd1e7eb

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

articles/cosmos-db/mongodb/vcore/limits.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ ms.date: 06/27/2024
1111

1212
# Service Limits in Azure Cosmos DB for MongoDB vCore
1313

14-
This document outlines the current hard and soft limits for Azure Cosmos DB for MongoDB vCore. Many of these limitations are temporary and will evolve over time as the service continues to improve. If any of these limits are an issue for your organization, please reach out to Microsoft support for assistance.
14+
This document outlines the current hard and soft limits for Azure Cosmos DB for MongoDB vCore. Many of these limitations are temporary and will evolve over time as the service continues to improve. If any of these limits are an issue for your organization, please [reach out to our team](mailto:[email protected]) for assistance.
1515

1616
## Query and Execution Limits
1717

@@ -38,7 +38,7 @@ db.collection.find({ field: "value" }).maxTimeMS(5000)
3838
- Configurable up to: 300 indexes per collection.
3939
- Sorting is done in memory and does not push down to the index.
4040
- Maximum level of nesting for embedded objects/arrays on index definitions: 6.
41-
- Background index builds are in preview. To enable, please file a support ticket.
41+
- Background index builds are in preview. To enable, please [reach out to our team](mailto:[email protected]) for assistance.
4242
- A single index build can be in progress on the same collection.
4343
- The number of simultaneous index builds on different collections is configurable (default: 2).
4444
- Use the `currentOp` command to view the progress of long-running index builds.
@@ -70,13 +70,13 @@ db.collection.find({ field: "value" }).maxTimeMS(5000)
7070
## Cluster and Shard Limits
7171

7272
### Cluster Tier
73-
- Maximum: M200. Contact support for higher tiers.
73+
- Maximum: M200. Please [reach out to our team](mailto:[email protected]) for higher tiers.
7474

7575
### Shards
76-
- Maximum: 6 (in preview). Contact support for additional shards.
76+
- Maximum: 6 (in preview). Please [reach out to our team](mailto:[email protected]) for additional shards.
7777

7878
### Secondary Regions
79-
- Maximum: 1 additional secondary region. Contact support for additional regions.
79+
- Maximum: 1 additional secondary region. Please [reach out to our team](mailto:[email protected]) for additional regions.
8080

8181
### Free Tier Limits
8282
The following limitations can be overidden by upgrading a paid tier

0 commit comments

Comments
 (0)