Study note
Patterns of Distributed Systems
Properties
- Type
- Books
- Status
- 想读
- Domain
- Databases
- Category
- 分布式系统与一致性
- Source
- goodreads.com
- Vault note
library/books/databases/Patterns-of-Distributed-Systems-f05a46e699a91015.md
Summary
整理分布式系统中反复出现的设计模式,面向数据存储、消息、系统管理和计算能力等核心基础设施,讨论多副本数据同步、节点故障、网络延迟和一致性带来的常见问题。
Highlights
模式目录覆盖 Clock-Bound Wait、Consistent Core、Gossip Dissemination、Leader and Followers、Paxos、Replicated Log、Two-Phase Commit、Version Vector、Write-Ahead Log 等主题,适合把分布式论文和工程实现之间的设计套路串起来。
Notes
Unmesh Joshi。
Comments
Loading comments...