Skip to content

Distributed transaction

A Distributed transaction is a database operation or transaction that spans multiple network nodes or databases, requiring coordination to ensure data consistency across all participants.^[600-developer__principle__transation.md]

Core Principles

The fundamental mechanisms underlying transactions involve the management of locks and concurrency.^[600-developer__principle__transation.md]

  • [[Concurrency Control]]
  • [[ACID]]
  • [[Locking]]

Sources

  • 600-developer__principle__transation.md