Skip to content

Commit c25bcca

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

File tree

1 file changed

+11
-9
lines changed

1 file changed

+11
-9
lines changed

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

Lines changed: 11 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -37,25 +37,25 @@ ms.date: 02/27/2024
3737
| Integrated text search, geospatial processing | Yes | Yes |
3838
| 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 |
3939
| Live migration | Yes | Yes |
40-
| Azure Integrations | Native [first-party integrations](./integrations-overview.md) with Azure services such as Azure Functions, Azure Logic Apps, Azure Stream Analytics, and Power BI and more | Limited number of third party integrations |
41-
| Choice of instance configuration | Yes, with [Azure Cosmos DB for MongoDB vCore](./vcore/introduction.md) | Yes |
42-
| Expert Support | Microsoft, with 24x7 support for Azure Cosmos DB. One support team to address all of your Azure products | MongoDB, Inc. with 24x7 support for MongoDB Atlas. Need separate support teams depending on the product. Support plans costs rise significantly depending on response time chosen |
43-
| Support for MongoDB multi-document ACID transactions | Yes, with [Azure Cosmos DB for MongoDB vCore](./vcore/introduction.md) | Yes |
40+
| Azure Integrations | [Native first-party integrations with Azure services](./integrations-overview.md) | Third party integrations, including some native Azure services |
41+
| Choice of instance configuration | Yes, with [vCore-based Azure Cosmos DB for MongoDB](./vcore/introduction.md) | Yes |
42+
| Expert Support | 24x7 support provided by Microsoft for Azure Cosmos DB. An Azure Support contract covers all Azure products, including Azure Cosmos DB, which allows you to work with one support team without additional support costs | 24x7 support provided by MongoDB for MongoDB Atlas with various SLA options available |
43+
| Support for MongoDB multi-document ACID transactions | Yes, with [vCore-based Azure Cosmos DB for MongoDB](./vcore/introduction.md) | Yes |
4444
| JSON data type support | BSON (Binary JSON) | BSON (Binary JSON) |
45-
| Support for MongoDB aggregation pipeline | Yes | Yes |
45+
| Support for MongoDB aggregation pipeline | Yes. Supporting MongoDB wire protocol v5.0 in RU-based and 6.0 in vCore-based​ | Yes |
4646
| Maximum document size | 16 MB | 16 MB |
4747
| JSON schema for data governance controls | Currently in development | Yes |
4848
| Integrated text search | Yes | Yes |
4949
| Integrated querying of data in cloud object storage | Yes, with Synapse Link | Yes |
5050
| Blend data with joins and unions for analytics queries | Yes | Yes |
5151
| Performance recommendations | Yes, with native Microsoft tools | Yes |
52-
| Replica set configuration | Yes, with [Azure Cosmos DB for MongoDB vCore](./vcore/introduction.md) | Yes |
53-
| Automatic sharding support | Yes | Limited, since the number of shards must be configured by the developer. Extra costs apply for additional configuration servers. |
52+
| Replica set configuration | Yes, with [vCore-based Azure Cosmos DB for MongoDB](./vcore/introduction.md) | Yes |
53+
| Sharding support | Azure Cosmos DB supports automatic, server-side sharding. It manages shard creation, placement, and balancing automatically | Multiple sharding methodologies supported to fit various use cases. Sharding strategy can be changed without impacting the application |
5454
| Pause and resume clusters | Currently in development | Yes |
55-
| Data explorer | Yes, using native Azure tooling and MongoDB tooling such as Robo3T | Yes |
55+
| Data explorer | Yes, using native Azure tooling and Azure Cosmos DB Explorer. Support for third party tools such as Robo3T | Yes, using native MongoDB tools such as Compass and Atlas Data Explorer. Support for third party tools such as Robo3T |
5656
| Cloud Providers | Azure. MongoDB wire protocol compatibility enables you to remain vendor-agnostic | Azure, AWS, and Google Cloud |
5757
| SQL-based connectivity | Yes | Yes |
58-
| Native data visualization without 3rd party BI tools | Yes, using Power BI | Yes |
58+
| Native data visualization without 3rd party BI tools | Yes, using Power BI | Yes, with Atlas Charts |
5959
| Database supported in on-premises and hybrid deployments | No | Yes |
6060
| Embeddable database with sync for mobile devices | No, due to low user demand | Yes |
6161
| Granular role-based access control | Yes | Yes |
@@ -64,6 +64,8 @@ ms.date: 02/27/2024
6464
| Client-side field level encryption | Yes | Yes |
6565
| LDAP Integration | Yes | Yes |
6666
| Database-level auditing | Yes | Yes |
67+
| Multi-document ACID transactions across collections and partitions | Yes | Yes |
68+
| Continuous backup with on-demand restore | Yes | Yes |
6769

6870
## Next steps
6971

0 commit comments

Comments
 (0)