Explore >> Select a destination


You are here

sookocheff.com
| | www.aligelenler.com
17.2 parsecs away

Travel
| | Open Source Software and Database Technologies, Java, J2EE
| | ufried.com
7.7 parsecs away

Travel
| | Why ACID consistency is not what you think it is
| | surfingcomplexity.blog
5.3 parsecs away

Travel
| | In the previous blog post, we saw how a transaction isolation strategy built on multi-version concurrency control (MVCC) does not implement the serializable isolation level. Instead, it implements a weaker isolation level called snapshot isolation. In this post, I'll discuss how that MVCC model can be extended in order to achieve serializability, based on work...
| | blog.dtornow.com
97.2 parsecs away

Travel
| The CAP theorem is too simplistic and too widely misunderstood to be of much use for characterizing systems. Therefore I ask that we retire all references to the CAP theorem, stop talking about the CAP theorem, and put the poor thing to rest Martin Kleppmann In 2000, Eric Brewer introduced the CAP Conjecture during his keynote address Towards Robust Distributed Systems at the Principles of Distributed Computing conference. Brewer posited that a distributed system cannot achieve Consistency, Availability, and Partition Tolerance simultaneously.