Skip to content

Commit 30a4475

Browse files
authored
Update cosmos-db-vs-mongodb-atlas.md
1 parent 4bc73fa commit 30a4475

File tree

1 file changed

+9
-7
lines changed

1 file changed

+9
-7
lines changed

articles/cosmos-db/mongodb/cosmos-db-vs-mongodb-atlas.md

Lines changed: 9 additions & 7 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: 06/03/2023
10+
ms.date: 02/27/2024
1111
---
1212

1313
# Comparing MongoDB Atlas and Azure Cosmos DB for MongoDB
@@ -21,16 +21,18 @@ ms.date: 06/03/2023
2121
2222
## Azure Cosmos DB for MongoDB vs MongoDB Atlas
2323

24-
| Feature | Azure Cosmos DB for MongoDB | Vendor-managed MongoDB Atlas |
24+
| Feature | Azure Cosmos DB for MongoDB | MongoDB Atlas by MongoDB, Inc |
2525
|---------|---------|----------------------------------|
2626
| MongoDB wire protocol | Yes | Yes |
2727
| Compatible with MongoDB tools and drivers | Yes | Yes |
28-
| Global Distribution | Yes, [globally distributed](../distribute-data-globally.md) with automatic and fast data replication across any number of Azure regions | Yes, globally distributed with manual and scheduled data replication across any number of cloud providers or regions |
28+
| Global Distribution | Yes, [globally distributed](../distribute-data-globally.md) with automatic and fast data replication across any number of Azure regions | Yes, globally distributed with automatic and fast data replication across supported cloud providers or regions |
2929
| SLA covers cloud platform | Yes | No. "Services, hardware, or software provided by a third party, such as cloud platform services on which MongoDB Atlas runs are not covered" |
30-
| 99.999% availability SLA | [Yes](../high-availability.md) | No |
31-
| Instantaneous Scaling | Yes, [database instantaneously scales](../provision-throughput-autoscale.md) with zero performance impact on your applications | No, requires 1+ hours to vertically scale up and 24+ hours to vertically scale down. Performance impact during scale up may be noticeable |
32-
| True active-active clusters | Yes, with [multi-primary writes](./how-to-configure-multi-region-write.md). Data for the same shard can be written to multiple regions | No |
33-
| Vector Search for AI applications | Yes, with [Azure Cosmos DB for MongoDB vCore Vector Search](./vcore/vector-search.md) | Yes |
30+
| 99.999% availability SLA | [Yes](../high-availability.md) | No. MongoDB Atlas offers a 99.995% availability SLA |
31+
| Instantaneous Scaling | Yes, [database instantaneously scales](../provision-throughput-autoscale.md) with zero performance impact on your applications | No. ​​​Atlas dedicated instances managed by users, or scale automatically after analyzing the workload over a day. |
32+
| Multi-region writes (aka multi-master) | ​​Yes. With multi-region writes, customers can update any document in any region, enabling 99.999% availability SLA | ​​​Yes. With multi-region zones, customers can configure different write regions per shard. Data within a single shard is writable in a single region.​​ |
33+
| Limitless scale | ​​Azure Cosmos DB provides ability to scale RUs up to and beyond a billion requests per second, with unlimited storage, fully managed, as a service​. ​​vCore-based Azure Cosmos DB for MongoDB deployments support scaling through sharding | No. ​​​​MongoDB Atlas deployments support scaling through sharding​. |
34+
| Independent scaling for throughput and storage | Yes, with RU-based Azure Cosmos DB for MongoDB | No |
35+
| Vector Search for AI applications | Yes, with [vCore-based Azure Cosmos DB for MongoDB](./vcore/vector-search.md) | Yes, with MongoDB Atlas dedicated instances |
3436
| Vector Search in Free Tier | Yes, with [Azure Cosmos DB for MongoDB vCore Vector Search](./vcore/vector-search.md) | No |
3537
| Integrated text search, geospatial processing | Yes | Yes |
3638
| Free tier | [1,000 request units (RUs) and 25 GB storage forever](../try-free.md). Prevents you from exceeding limits if you want. Azure Cosmos DB for MognoDB vCore offers Free Tier with 32GB storage forever. | Yes, with 512 MB storage |

0 commit comments

Comments
 (0)