(no title)
prydt | 1 year ago
Heidi Howard has several amazing papers about how the differences between Raft and Multi-Paxos are very surface level and that Raft's key contribution is its presentation as well as being a more "complete" presentation since there are so many fragmented different presentations of Multi-Paxos.
As a bonus, one of my favorite papers I have read recently is Compartmentalized Paxos: https://vldb.org/pvldb/vol14/p2203-whittaker.pdf which is just a brilliant piece on how to scale Multi-Paxos
senderista|1 year ago
https://paper-notes.zhjwpku.com/assets/pdfs/paxos_for_system...
https://www.cs.cornell.edu/home/rvr/Paxos/paxos.pdf
https://www.scs.stanford.edu/~dm/home/papers/paxos.pdf
prydt|1 year ago
I'll check out the other two papers though! Also just looking around and I found this paper https://arxiv.org/pdf/1103.2408 [PDF] which looks useful as well.
nano_o|1 year ago
shepherdjerred|1 year ago
I took a DS class and (poorly) implemented Paxos a few years ago. I’m curious about how others continue learning about DS.