Question

Is there a really good book that covers in depth: two phase commit, paxos as well as limitations in achieving consistency, availability, partition tolerance.

Browsing Amazon it is amazing to see the number of distributed systems books that don't even cover paxos.

Was it helpful?

Solution

The thing with the Paxos algorithm is that it's fairly recent (published as a journal article in 1998 according to http://en.wikipedia.org/wiki/Paxos_(computer_science)) and classic books like Readings in Database Systems or Transaction Processing cover the other topics you care about, but actually pre-date Paxos!

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top