Hacker News new | ask | show | jobs
by belter 141 days ago
http://www.bailis.org/blog/when-is-acid-acid-rarely/
1 comments

Postgres as an example is ACID compliant if you want it to be. All those databases that have full serialization possible do utilize RC by default which is enough to prevent dirty writes and was my original point.

Thanks for the link still, it was valuable!