What algorithms there are for failover in a distributed system?

前端 未结 5 1116
北荒
北荒 2021-01-30 01:10

I\'m planning on making a distributed database system using a shared-nothing architecture and multiversion concurrency control. Redundancy will be achieved through asynchronous

5条回答
  •  轮回少年
    2021-01-30 01:35

    A great blog that talks a lot about distributed systems and distributed algorithms -- including implementing Paxos -- is http://the-paper-trail.org/

提交回复
热议问题