> For the complete documentation index, see [llms.txt](https://xzhu0027.gitbook.io/blog/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://xzhu0027.gitbook.io/blog/coordination.md).

# Coordination

- [Index](https://xzhu0027.gitbook.io/blog/coordination/index.md)
- [Logical Physical Clocks and Consistent Snapshots in Globally Distributed Databases](https://xzhu0027.gitbook.io/blog/coordination/index/logical-physical-clocks-and-consistent-snapshots-in-globally-distributed-databases.md): https://cse.buffalo.edu/tech-reports/2014-04.pdf
- [Paxos made simple](https://xzhu0027.gitbook.io/blog/coordination/index/paxos-made-simple.md): https://www.microsoft.com/en-us/research/uploads/prod/2016/12/paxos-simple-Copy.pdf
- [ZooKeeper: Wait-free coordination for Internet-scale systems](https://xzhu0027.gitbook.io/blog/coordination/index/zookeeper-wait-free-coordination-for-internet-scale-systems.md): https://www.usenix.org/legacy/event/atc10/tech/full\_papers/Hunt.pdf
- [Just Say NO to Paxos Overhead: Replacing Consensus with Network Ordering](https://xzhu0027.gitbook.io/blog/coordination/index/just-say-no-to-paxos-overhead-replacing-consensus-with-network-ordering.md): https://www.usenix.org/system/files/conference/osdi16/osdi16-li.pdf
- [Keeping CALM: When Distributed Consistency is Easy](https://xzhu0027.gitbook.io/blog/coordination/index/keeping-calm-when-distributed-consistency-is-easy.md): https://arxiv.org/abs/1901.01930
- [In Search of an Understandable Consensus Algorithm](https://xzhu0027.gitbook.io/blog/coordination/index/in-search-of-an-understandable-consensus-algorithm.md): https://web.stanford.edu/~ouster/cgi-bin/papers/raft-atc14
- [A comprehensive study of Convergent and Commutative Replicated Data Types](https://xzhu0027.gitbook.io/blog/coordination/index/a-comprehensive-study-of-convergent-and-commutative-replicated-data-types.md): https://hal.inria.fr/inria-00555588/document
