forum.treode.com/t/eventual-consistency-and-transactions-working-together/36

Reading about the CAP theorem, eventually consistent databases and transactional ones, it sometimes feels like I’m being asked to choose between one or the other, but we can integrate the two approaches. We can extend optimistic transactions through eventually consistent caches. The key lies in understanding the technique, and building data storage that supports it. The Database Contract Let’s start with the storage layer, with what our database will do. We combine optimistic concurrency co...


Comments (0)

Sign in to post comments.