Random Notes
Ctrlk
  • Introduction
  • Reading list
  • Theory
    • Index
  • Operating System
    • Index
  • Storage
    • Index
  • Coordination
    • Index
      • Logical Physical Clocks and Consistent Snapshots in Globally Distributed Databases
      • Paxos made simple
      • ZooKeeper: Wait-free coordination for Internet-scale systems
      • Just Say NO to Paxos Overhead: Replacing Consensus with Network Ordering
      • Keeping CALM: When Distributed Consistency is Easy
      • In Search of an Understandable Consensus Algorithm
      • A comprehensive study of Convergent and Commutative Replicated Data Types
  • Fault Tolerance
    • Index
  • Cloud Computing
    • Index
  • Systems for ML
    • Index
  • ML for Systems
    • Index
  • Machine Learning
    • Index
  • Video Analytics
    • Index
  • Networking
    • Index
  • Serverless
    • Index
  • Resource Disaggregation
    • Index
  • Edge Computing
    • Index
  • Security/Privacy
    • Index
  • Misc.
    • Index
Powered by GitBook
On this page

Was this helpful?

  1. Coordination

Index

  • Paxos Made Simple - Lamport 2001

  • ZooKeeper: Wait-free coordination for Internet-scale systems - Hunt et al., ATC '10

  • A comprehensive study of Convergent and Commutative Replicated Data Types - Shapiro et al., 2011

  • Logical Physical Clocks and Consistent Snapshots in Globally Distributed Databases - Kulkarni et al., 2014

  • Just Say NO to Paxos Overhead: Replacing Consensus with Network Ordering - Li et al., OSDI '16

  • In Search of an Understandable Consensus Algorithm - Ongaro et al., ATC '17

  • Keeping CALM: When Distributed Consistency is Easy - Hellerstein et al., arXiv '19

PreviousShort SummariesNextLogical Physical Clocks and Consistent Snapshots in Globally Distributed Databases

Last updated 4 years ago

Was this helpful?