On NoSQL Databases and ACID
Dan Weinreb:
The “NoSQL” systems are ACID, as long as you accept that a transaction can only perform one operation, in the sense that the only thing that gets in the way of being ACID is when there are network partitions and the system is called upon to perform operations while the partition is still there.
That’s why they are said to be ☞ BASE (basically available, soft state, eventually consistent)
Original title and link for this post: On NoSQL Databases and ACID (published on the NoSQL blog: myNoSQL)
via: http://danweinreb.org/blog/nosql-storage-systems-never-violate-acid-never-well-hardly-ever