Skip to content

Commit ebb66c1

Browse files
authored
Update introduction.md
1 parent 411460e commit ebb66c1

File tree

1 file changed

+13
-5
lines changed

1 file changed

+13
-5
lines changed

articles/cosmos-db/mongodb/introduction.md

Lines changed: 13 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ms.author: gahllevy
77
ms.service: cosmos-db
88
ms.subservice: mongodb
99
ms.topic: overview
10-
ms.date: 09/12/2023
10+
ms.date: 06/02/2024
1111
---
1212

1313
# What is Azure Cosmos DB for MongoDB?
@@ -16,26 +16,32 @@ ms.date: 09/12/2023
1616

1717
Azure Cosmos DB is a fully managed NoSQL, relational, and vector database for modern app development. It offers single-digit millisecond response times, automatic and instant scalability, and guaranteed speed at any scale. It is the database that ChatGPT relies on to [dynamically scale](../introduction.md) with high reliability and low maintenance.
1818

19-
Azure Cosmos DB for MongoDB makes it easy to use Azure Cosmos DB as if it were a MongoDB database. You can use your existing MongoDB skills and continue to use your favorite MongoDB drivers, SDKs, and tools by pointing your application to the connection string for your account using the API for MongoDB.
19+
Azure Cosmos DB for MongoDB makes it easy to use Azure Cosmos DB as if it were a MongoDB database. You can use your existing MongoDB skills and continue to use your favorite MongoDB drivers, SDKs, and tools by pointing your application to the connection string for your account using the API for MongoDB.
20+
21+
Azure Cosmos DB for MongoDB provides an SLA that covers the full stack: the database and the underlying infrastructure such as the VMs and network. Unlike third-party MongoDB service such as MongoDB Atlas, which only cover the database and leave you unsupported for the rest, leaving your applications at risk.
2022

2123
> [!VIDEO https://www.microsoft.com/videoplayer/embed/RWXr4T]
2224
2325
## Cosmos DB for MongoDB benefits
2426

2527
Cosmos DB for MongoDB has numerous benefits compared to other MongoDB service offerings such as MongoDB Atlas.
2628

27-
### vCore Architecture
29+
### vCore Architecture
2830

29-
[A fully managed MongoDB-compatible service](./vcore/introduction.md) with dedicated instances for new and existing MongoDB apps. This architecture offers a familiar vCore architecture for MongoDB users, efficient scaling, and seamless integration with Azure services.
31+
[A fully managed MongoDB-compatible service](./vcore/introduction.md) with dedicated instances for new and existing MongoDB apps. This architecture offers a familiar vCore architecture for MongoDB users, instantaneous scaling, and seamless native integration with Azure services.
3032

31-
- **Native Vector Search**: Seamlessly integrate your AI-based applications with your data that's stored in Azure Cosmos DB for MongoDB vCore. This integration is an all-in-one solution, unlike other vector search solutions that send your data between service integrations.
33+
- **Native Vector Database**: Seamlessly integrate your AI-based applications with your data that's stored in Azure Cosmos DB for MongoDB vCore. This integration is an all-in-one solution, unlike other vector search solutions that send your data between service integrations.
3234

35+
- **Instantaneous scalability**: With Autoscale, your database scales instantaneously with zero warmup period. Other MongoDB offerings such as MongoDB Atlas can take hours to scale up and up to days to scale down.
36+
-
3337
- **Flat pricing with Low total cost of ownership**: Enjoy a familiar pricing model for Azure Cosmos DB for MongoDB vCore, based on compute (vCores & RAM) and storage (disks).
3438

3539
- **Elevate querying with Text Indexes**: Enhance your data querying efficiency with our text indexing feature. Seamlessly navigate full-text searches across MongoDB collections, simplifying the process of extracting valuable insights from your documents.
3640

3741
- **Scale with no shard key required**: Simplify your development process with high-capacity vertical scaling, all without the need for a shard key. Sharding and scaling horizontally is simple once collections are into the TBs.
3842

43+
- **Full-stack SLA**: Build your applications on a database with an SLA that covers the full stack: the database and the underlying infrastructure. Unlike third-party MongoDB services, which only cover the database and leave you unsupported for the rest.
44+
3945
- **Free 35 day Backups with point in time restore (PITR)**: Azure Cosmos DB for MongoDB vCore offers free 35 day backups for any amount of data.
4046

4147
> [!TIP]
@@ -49,6 +55,8 @@ Cosmos DB for MongoDB has numerous benefits compared to other MongoDB service of
4955

5056
- **Automatic and transparent sharding**: The API for MongoDB manages all of the infrastructure for you. This management includes sharding and optimizing the number of shards. Other MongoDB offerings such as MongoDB Atlas, require you to specify and manage sharding to horizontally scale. This automation gives you more time to focus on developing applications for your users.
5157

58+
- - **Full-stack SLA**: Build your applications on a database with an SLA that covers the full stack: the database and the underlying infrastructure. Unlike third-party MongoDB services, which only cover the database and leave you unsupported for the rest.
59+
5260
- **Five 9's of availability**: [99.999% availability](../high-availability.md) is easily configurable to ensure your data is always there for you.
5361

5462
- **Active-active database**: Unlike MongoDB Atlas, Cosmos DB for MongoDB supports active-active across multiple regions. Databases can span multiple regions, with no single point of failure for **writes and reads for the same data**. MongoDB Atlas global clusters only support active-passive deployments for writes for the same data.

0 commit comments

Comments
 (0)