-
- 2.1 一致性模型 [5]
- 2.2 共识算法 [4]
- 2.3 分布式时钟 [1]
- 2.3.1 序列号 [2]
- 2.4 拜占庭问题 [2]
-
-
- 3.1.1 事务分类 [2]
- 3.1.2 事务方案对比 [1]
- 3.1.3 分布式事务案例
-
3.2 事务框架 [3]
-
- 3.3.1 实践案例 [1]
- 3.3.2 流处理方案
- 3.3.3 消息队列方案
-
- 3.5.1 Saga [1]
- 3.5.2 TCC
-
-
-
4.2 02.节点与集群 [2]
-
4.4 04.日志模型 [2]
-
4.5 99~参考资料 [3]
- 4.5.1 Distributed Systems for Fun and Profit [1]
- 4.5.2 Patterns of Distributed Systems [25]
- 4.5.2.1 consistent core
- 4.5.2.2 follower reads
- 4.5.2.3 generation clock
- 4.5.2.4 gossip dissemination
- 4.5.2.5 heartbeat
- 4.5.2.6 high water mark
- 4.5.2.7 hybrid clock
- 4.5.2.8 idempotent receiver
- 4.5.2.9 lamport clock
- 4.5.2.10 leader and followers
- 4.5.2.11 lease
- 4.5.2.12 low water mark
- 4.5.2.13 overview
- 4.5.2.14 paxos
- 4.5.2.15 quorum
- 4.5.2.16 replicated log
- 4.5.2.17 request pipeline
- 4.5.2.18 segmented log
- 4.5.2.19 single socket channel
- 4.5.2.20 singular update queue
- 4.5.2.21 state watch
- 4.5.2.22 two phase commit
- 4.5.2.23 version vector
- 4.5.2.24 versioned value
- 4.5.2.25 write ahead log
- 4.5.3 分布式系统的八大谬误