Skip to content

Commit 34c4072

Browse files
authored
Merge pull request #251226 from seesharprun/rework-mongodb-toc-introduction
Cosmos DB | Last-minute MongoDB fixes
2 parents 6195248 + cc31169 commit 34c4072

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

articles/cosmos-db/.openpublishing.redirection.cosmos-db.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6161,9 +6161,9 @@
61616161
"redirect_document_id": false
61626162
},
61636163
{
6164-
"source_path_from_root": "/articles/cosmos-db/mongodb/introduction.md",
6165-
"redirect_url": "/azure/cosmos-db/mongodb/ru/introduction",
6166-
"redirect_document_id": true
6164+
"source_path_from_root": "/articles/cosmos-db/mongodb/overview.md",
6165+
"redirect_url": "/azure/cosmos-db/mongodb/introduction",
6166+
"redirect_document_id": false
61676167
}
61686168
]
61696169
}

articles/cosmos-db/mongodb/TOC.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
- name: What is Azure Cosmos DB for MongoDB?
2-
href: overview.md
2+
href: introduction.md
33
- name: Choose your model
44
href: choose-model.md
55
- name: Comparing MongoDB Atlas

articles/cosmos-db/mongodb/choose-model.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ Here are a few key factors to help you decide which is the right option for you.
3333
### Choose vCore-based if
3434

3535
- You're migrating (lift & shift) an existing MongoDB workload or building a new MongoDB application.
36-
- Your workload has more point reads (fetching a single item by its ID and shard key value) and few long-running queries and complex aggregation pipeline operations.
36+
- Your workload has more long-running queries, complex aggregation pipelines, distributed transactions, joins, etc.
3737
- You prefer high-capacity vertical and horizontal scaling with familiar vCore-based cluster tiers such as M30, M40, M50 and more.
3838
- You're running applications requiring 99.995% availability.
3939

File renamed without changes.

0 commit comments

Comments
 (0)