Public Notes by scott Tagged #pub
Notes publicly shared by our members.
likeinamirror.wordpress.com
news.ycombinator.com
blog.samaltman.com
www.haskell.org
sqitch.org
A generic database migration system that works across databases and independently of any ORM.
show more
www.opensourceconnections.com
devcharm.com
en.wikipedia.org
homepages.cwi.nl
forum.qbasicnews.com
groups.google.com
artificialintelligence.ai-depot.com
tobiasahlin.com
www.infinitepartitions.com
speakerdeck.com
research.microsoft.com
pmg.csail.mit.edu
Abstract
This paper presents an updated version of Viewstamped
Replication, a replication technique that handles failures
in which nodes crash. It describes how client requests are
handled, how the group reorganizes when a replica fails,
and how a failed replica is able to rejoin the group. The
paper also describes a number of important optimizations
and presents a protocol for handling reconfigurations that
can change both the group membership and the number
of failures the group is able to handle.
show more
www.cs.utexas.edu
Abstract
We describe our experience in building a fault-tolerant data-base using the Paxos consensus algorithm.
Despite the existing literature in the field, building such a database proved to be non-trivial. We describe
selected algorithmic and engineering problems encountered, and the solutions we found for them. Our
measurements indicate that we have built a competitive system.
show more