danielwertheim

danielwertheim


notes from a passionate developer

Share


Sections


Tags


Disclaimer

This is a personal blog. The opinions expressed here represent my own and not those of my employer, nor current or previous. All content is published "as is", without warranty of any kind and I don't take any responsibility and can't be liable for any claims, damages or other liabilities that might be caused by the content.

Nice read at Cloudant - The CAP theorem

Just read a nice blog post at Cloudant regarding the CAP Theorem, by Max Thayer. You can read it here. It’s, short, simple and informative and provides links to research done in the area. I highly recommend this post.

I’ve extracted some quotes that I found interesting:

Q

Applications have been lying to users for years for the sake of availability. Consider ATMs: inconsistent banking data is why it’s still possible to overdraft money without realizing it.

Q

The banking industry figured it out back in the 1980s, but many IT organizations are still worried about sacrificing consistency for the sake of availability.

Q

Highly available applications need to maintain constant contact with their data, even if that data isn’t the most up-to-date.

All quotes can be found in “The CAP Theorem – at Cloudant”.

Cheers,

//Daniel

View Comments