|
|
|
|
|
by hardwaresofton
2722 days ago
|
|
This is a pretty much complete introduction to database replication techniques. If you're more interested in the quorum-ing tech that's come about (algorithms like paxos and raft) and the underlying distributed systems research I've recently tried to compile all the paxos family of algorithms in a blog post[0]. There has been a lot of work recently (notably EPaxos, WPaxos, SDPaxos) on tuning and improving the algorithms, including consideration for long distance WAN connections (that's what the W in WPaxos stands for). [0]: https://vadosware.io/post/paxosmon-gotta-concensus-them-all |
|
This is pretty good non-FUD post about distributed systems (unlike many posts related to consistency and consensus coming from distributed database startups and megacorps).
Although missing some important real world considerations in reasoning, namely latency in WAN setups (reducing number of RTTs isn't really about that).