tencent cloud

TDSQL Boundless

Overview

Download
聚焦模式
字号
最后更新时间: 2026-03-06 18:48:24

Overview

Distributed database transactions refer to a set of database operations executed across multiple nodes or shards within a distributed database system. These operations are either fully executed or not executed at all to maintain a consistent state of the database.

The Basic Properties of Transactions (ACID)

Distributed database transactions adhere to the ACID principles:
Atomicity: All operations in a transaction are either fully completed or not executed at all. TDSQL Boundless uses the two-phase commit protocol (2PC) to ensure the atomicity of transactions.
Consistency: Before and after transaction execution, the database transitions from one consistent state to another consistent state.
Isolation: Concurrently executed transactions are isolated from each other. TDSQL Boundless supports Read Committed and Repeatable Read isolation levels.
Durability: Once a transaction is committed, its results are permanently saved in the database. TDSQL Boundless synchronizes data to multiple replicas via the Raft protocol, ensuring that transaction data will not be lost as long as a majority of replicas survive.


帮助和支持

本页内容是否解决了您的问题?

填写满意度调查问卷,共创更好文档体验。

文档反馈