Gleam Lab · Tag Archive
Tag: 分布式事务
4 articles collected by topic for tutorials, cases, engineering practice, and research notes.
MySQL Distributed Transactions: TCC, Message Queue and Saga Patterns
Distributed transaction patterns mainly include TCC, message queue, and Saga.
Seata Framework: Four Transaction Modes & Core Architecture
Seata is Alibaba's open-source distributed transaction solution providing one-stop transaction management with high performance, low intrusion and multi-language support.
MySQL XA Distributed Transactions: ShardingSphere Integration and Practice
Traditional approaches rely on database vendor XA drivers and application server transaction managers. Modern systems use embedded transaction managers.
CAP Theory & Distributed Transactions: From 2PC/3PC to XA
CAP theory reveals that distributed systems cannot simultaneously satisfy consistency, availability and partition tolerance.