Skip to content

Commit 4a9f216

Browse files
Merge pull request #247672 from gahl-levy/mongo-seo-docs
New Docs
2 parents 5221ff3 + b6976e1 commit 4a9f216

File tree

2 files changed

+35
-0
lines changed

2 files changed

+35
-0
lines changed

articles/cosmos-db/mongodb/vcore/TOC.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@
2828
href: migration-options.md
2929
- name: Security
3030
href: security.md
31+
- name: Transactions
32+
href: transactions.md
3133
- name: How to
3234
items:
3335
- name: Use developer tools
Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
---
2+
title: ACID Transactions in Azure Cosmos DB for MongoDB vCore
3+
description: Delve deep into the importance and functionality of ACID transactions in Azure Cosmos DB's MongoDB vCore.
4+
ms.service: cosmos-db
5+
ms.subservice: mongodb-vcore
6+
ms.topic: conceptual
7+
ms.date: 08/08/2023
8+
author: gahl-levy
9+
ms.author: gahllevy
10+
---
11+
# ACID Transactions in Azure Cosmos DB for MongoDB vCore
12+
13+
[!INCLUDE[MongoDB vCore](../../includes/appliesto-mongodb-vcore.md)]
14+
15+
ACID stands for Atomicity, Consistency, Isolation, and Durability. These principles in database management ensure transactions are processed reliably:
16+
17+
- **Atomicity**: Transactions complete entirely or not at all.
18+
- **Consistency**: Databases transition from one consistent state to another.
19+
- **Isolation**: Individual transactions are shielded from simultaneous ones.
20+
- **Durability**: Finished transactions are permanent, ensuring data remains consistent, even during system failures.
21+
22+
Azure Cosmos DB for MongoDB vCore builds off these principles, enabling developers to harness the advantages of ACID properties while benefiting from the innate flexibility and performance of Cosmos DB. This native feature is pivotal for a range of applications, from basic ones to comprehensive enterprise-grade solutions, especially when it comes to preserving transactional data integrity across distributed sharded clusters.
23+
24+
## Why Use Azure Cosmos DB for MongoDB vCore?
25+
- **Native Vector Search**: Power your AI apps directly within Azure Cosmos DB, leveraging native high-dimensional data search and bypassing pricier external solutions.
26+
- **Fully-Managed Azure Service**: Rely on a unified, dedicated support team for seamless database operations.
27+
- **Effortless Azure Integrations**: Easily connect with a wide range of Azure services without the typical maintenance hassles.
28+
29+
## Next Steps
30+
31+
- Begin your journey with ACID transactions in Azure Cosmos DB for MongoDB vCore by accessing our [guide and tutorials](quickstart-portal.md).
32+
- Explore further capabilities and benefits of Azure Cosmos DB for MongoDB vCore in our [documentation](introduction.md).
33+

0 commit comments

Comments
 (0)