Skip to content

Commit a676d4d

Browse files
authored
Update introduction.md
1 parent 01c42df commit a676d4d

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

articles/cosmos-db/mongodb/ru/introduction.md

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Introduction/Overview
3-
titleSuffix: Azure Cosmos DB for MongoDB RU
4-
description: Learn about Azure Cosmos DB for MongoDB RU, a fully managed MongoDB-compatible database with Instantaneous scalability.
3+
titleSuffix: Azure Cosmos DB for MongoDB (RU)
4+
description: Learn about RU-based Azure Cosmos DB for MongoDB, a fully managed MongoDB-compatible database with Instantaneous scalability.
55
author: gahl-levy
66
ms.author: gahllevy
77
ms.service: cosmos-db
@@ -10,49 +10,49 @@ ms.topic: overview
1010
ms.date: 09/12/2023
1111
---
1212

13-
# What is Azure Cosmos DB for MongoDB RU?
13+
# What is Azure Cosmos DB for MongoDB (Request Unit architecture)?
1414

1515
[!INCLUDE[MongoDB](../../includes/appliesto-mongodb.md)]
1616

1717
[Azure Cosmos DB](../../introduction.md) is a fully managed NoSQL relational, and vector database for modern app development.
1818

19-
Azure Cosmos DB for MongoDB RU (Request Unit architecture) 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. Azure Cosmos DB for MongoDB RU is built on top of the Cosmos DB platform. This service takes advantage of Azure Cosmos DB's global distribution, elastic scale, and enterprise-grade security.
19+
Azure Cosmos DB for MongoDB in Request Unit architecture 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. Azure Cosmos DB for MongoDB (RU) is built on top of the Cosmos DB platform. This service takes advantage of Azure Cosmos DB's global distribution, elastic scale, and enterprise-grade security.
2020

2121
> [!VIDEO https://www.microsoft.com/videoplayer/embed/RWXr4T]
2222
2323
> [!TIP]
2424
> Want to try the Azure Cosmos DB for MongoDB with no commitment? Create an Azure Cosmos DB account using [Try Azure Cosmos DB](../../try-free.md) for free.
2525
26-
## Cosmos DB for MongoDB RU benefits
26+
## Azure Cosmos DB for MongoDB (RU) benefits
2727

28-
Cosmos DB for MongoDB RU has numerous benefits compared to other MongoDB service offerings such as MongoDB Atlas:
28+
Cosmos DB for MongoDB (RU) has numerous benefits compared to other MongoDB service offerings such as MongoDB Atlas:
2929

3030
- **Instantaneous scalability**: With the [Autoscale](../../provision-throughput-autoscale.md) feature, 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.
3131

3232
- **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.
3333

3434
- **Five 9's of availability**: [99.999% availability](../../high-availability.md) is easily configurable to ensure your data is always there for you.
3535

36-
- **Active-active database**: Unlike MongoDB Atlas, Cosmos DB for MongoDB RU 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.
36+
- **Active-active database**: Unlike MongoDB Atlas, Azure Cosmos DB for MongoDB (RU) 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.
3737
- **Cost efficient, granular, unlimited scalability**: Sharded collections can scale to any size, unlike other MongoDB service offerings. The Azure Cosmos DB platform can scale in increments as small as 1/100th of a VM due to its architecture. This support means that you can scale your database to the exact size you need, without paying for unused resources.
3838

3939
- **Real time analytics (HTAP) at any scale**: Run analytics workloads against your transactional MongoDB data in real time with no effect on your database. This analysis is fast and inexpensive, due to the cloud native analytical columnar store being utilized, with no ETL pipelines. Easily create Power BI dashboards, integrate with Azure Machine Learning and Azure AI services, and bring all of your data from your MongoDB workloads into a single data warehousing solution. Learn more about the [Azure Synapse Link](../../synapse-link.md).
4040

41-
- **Serverless deployments**: Cosmos DB for MongoDB RU offers a [serverless capacity mode](../../serverless.md). With [Serverless](../../serverless.md), you're only charged per operation, and don't pay for the database when you don't use it.
41+
- **Serverless deployments**: Azure Cosmos DB for MongoDB (RU) offers a [serverless capacity mode](../../serverless.md). With [Serverless](../../serverless.md), you're only charged per operation, and don't pay for the database when you don't use it.
4242

4343
- **Free Tier**: With Azure Cosmos DB free tier, you get the first 1000 RU/s and 25 GB of storage in your account for free forever, applied at the account level. Free tier accounts are automatically [sandboxed](../../limit-total-account-throughput.md) so you never pay for usage.
4444

45-
- **Free 7 day Continuous Backups**: Azure Cosmos DB for MongoDB RU offers free seven day continuous backups for any amount of data. This retention means that you can restore your database to any point in time within the last seven days.
45+
- **Free 7 day Continuous Backups**: Azure Cosmos DB for MongoDB (RU) offers free seven day continuous backups for any amount of data. This retention means that you can restore your database to any point in time within the last seven days.
4646

4747
- **Upgrades take seconds**: All API versions are contained within one codebase, making version changes as simple as [flipping a switch](../upgrade-version.md), with zero downtime.
4848

49-
- **Role Based Access Control**: With Azure Cosmos DB for MongoDB RU, you can assign granular roles and permissions to users to control access to your data and audit user actions- all using native Azure tooling.
49+
- **Role Based Access Control**: With Azure Cosmos DB for MongoDB (RU), you can assign granular roles and permissions to users to control access to your data and audit user actions- all using native Azure tooling.
5050

51-
- **In-depth monitoring capabilities**: Cosmos DB for MongoDB RU integrates natively with [Azure Monitor](../../../azure-monitor/overview.md) to provide in-depth monitoring capabilities.
51+
- **In-depth monitoring capabilities**: Azure Cosmos DB for MongoDB (RU) integrates natively with [Azure Monitor](../../../azure-monitor/overview.md) to provide in-depth monitoring capabilities.
5252

5353
## How Cosmos DB for MongoDB works
5454

55-
Cosmos DB for MongoDB RU implements the wire protocol for MongoDB. This implementation allows transparent compatibility with MongoDB client SDKs, drivers, and tools. Azure Cosmos DB doesn't host the MongoDB database engine. Any MongoDB client driver compatible with the API version you're using can connect with no special configuration.
55+
Azure Cosmos DB for MongoDB (RU) implements the wire protocol for MongoDB. This implementation allows transparent compatibility with MongoDB client SDKs, drivers, and tools. Azure Cosmos DB doesn't host the MongoDB database engine. Any MongoDB client driver compatible with the API version you're using can connect with no special configuration.
5656

5757
> [!IMPORTANT]
5858
> This article describes a feature of Azure Cosmos DB that provides wire protocol compatibility with MongoDB databases. Microsoft does not run MongoDB databases to provide this service. Azure Cosmos DB is not affiliated with MongoDB, Inc.
@@ -61,7 +61,7 @@ Cosmos DB for MongoDB RU implements the wire protocol for MongoDB. This implemen
6161

6262
All versions run on the same codebase, making upgrades a simple task that can be completed in seconds with zero downtime. Azure Cosmos DB simply flips a few feature flags to go from one version to another. The feature flags also enable continued support for old API versions such as 4.0 and 3.6. You can choose the server version that works best for you.
6363

64-
Not sure if your workload is ready? Use the automatic [premigration assessment](../pre-migration-steps.md) to determine if you're ready to migrate to Cosmos DB for MongoDB RU or vCore.
64+
Not sure if your workload is ready? Use the automatic [premigration assessment](../pre-migration-steps.md) to determine if you're ready to migrate to Cosmos DB for MongoDB in RU or vCore architecture.
6565

6666
## What you need to know to get started
6767

0 commit comments

Comments
 (0)