Paxos is a family of protocols for a network of unreliable processors to agree on a result.
After reading paxos and raft paper, I have following confusion: paxos paper only describe consensus on single log entry, which …
distributed-system consensus paxos raftI am trying to understand the difference between paxos and two phase commit as means to reach consensus among multiple …
database distributed-computing paxosCan someone explain me simply the main differences between Operational Transform and CRDT? As far as I understand, both are …
algorithm paxos operational-transform crdt nosqlWhen is it a good idea to use something like CRDT instead of paxos or raft?
scalability distributed paxos raft crdtCould someone give me a list of real use cases of Paxos. That is real problems that require consensus as …
algorithm distributed paxos consensusDynamo-like databases (e.g. Cassandra) can enforce consistency by means of quorum, i.e. a number of synchronously written replicas (…
algorithm synchronization cassandra apache-zookeeper paxos