- https://www.allthingsdistributed.com/files/amazon-dynamo-sosp2007.pdf
- https://www.cs.princeton.edu/courses/archive/spring13/cos461/docs/lec16-dynamo.pdf
- https://www.cockroachlabs.com/docs/stable/architecture/distribution-layer.html
- http://www.cs.cornell.edu/Projects/ladis2009/papers/Lakshman-ladis2009.PDF
- https://dgraph.io/blog/post/badger-txn/
- https://en.wikipedia.org/wiki/Multiversion_concurrency_control
- https://dl.acm.org/doi/pdf/10.1145/356842.356846
- https://dl.acm.org/doi/10.1145/2168836.2168853
- https://wiki.postgresql.org/wiki/SSI
- https://drkp.net/papers/ssi-vldb12.pdf
- https://courses.cs.washington.edu/courses/cse444/08au/544M/READING-LIST/fekete-sigmod2008.pdf
- https://raft.github.io/raft.pdf
- https://github.com/ongardie/dissertation/blob/master/stanford.pdf
- https://www.usenix.org/system/files/conference/fast16/fast16-papers-lu.pdf
- http://www.vldb.org/pvldb/vol12/p2183-zhang.pdf
- https://www.memsql.com/blog/what-is-skiplist-why-skiplist-index-for-memsql/
- https://www.cl.cam.ac.uk/teaching/2005/Algorithms/skiplists.pdf
- https://github.com/dgraph-io/badger
- https://github.com/facebook/rocksdb
- https://github.com/facebook/rocksdb/wiki/RocksDB-In-Memory-Workload-Performance-Benchmarks
- https://blogs.kolabnow.com/2018/06/07/a-short-guide-to-lmdb
- https://github.com/antirez/redis/blob/96a54866ab4694cf338af0441f28aa69e9643376/src/server.c
- https://ply.readthedocs.io/en/latest/ply.html#parsing-basics
- https://redis.io/topics/protocol
- https://people.math.gatech.edu/~yu/Papers/p2p.pdf
- https://blog.yugabyte.com/four-data-sharding-strategies-we-analyzed-in-building-a-distributed-sql-database/
- https://blog.memcachier.com/2017/09/01/maglev-our-new-consistent-hashing-scheme/
- https://blog.acolyer.org/2016/03/21/maglev-a-fast-and-reliable-software-network-load-balancer/
- https://cse.buffalo.edu/tech-reports/2014-04.pdf
- https://jaredforsyth.com/posts/hybrid-logical-clocks/
- http://muratbuffalo.blogspot.com/2014/07/hybrid-logical-clocks.html
- https://medium.com/@Alibaba_Cloud/in-depth-analysis-on-hlc-based-distributed-transaction-processing-e75dad5f2af8
- https://github.com/soundcloud/roshi#crdt
- https://en.wikipedia.org/wiki/Conflict-free_replicated_data_type#LWW-Element-Set_(Last-Write-Wins-Element-Set)
- http://book.mixu.net/distsys/eventual.html
- https://hal.inria.fr/file/index/docid/555588/filename/techreport.pdf
- https://en.wikipedia.org/wiki/Gossip_protocol
- https://asafdav2.github.io/2017/swim-protocol/
- https://research.cs.cornell.edu/projects/Quicksilver/public_pdfs/SWIM.pdf
- https://blog.kevingomez.fr/2019/01/29/clusters-and-membership-discovering-the-swim-protocol/
- https://www.serf.io/docs/internals/gossip.html