SQL or NoSQL: Just Use Postgres, and the Cases Where You Should Not
NoSQL was sold as the future and is really a specialised tool. What each kind buys, why relational is the right default, and the real cases for reaching past it.
Building Backends04
Subject · 2 posts
NoSQL was sold as the future and is really a specialised tool. What each kind buys, why relational is the right default, and the real cases for reaching past it.
Building Backends04
A transaction is a promise the database makes when two things happen at once. What ACID guarantees, the anomalies it prevents, and the race it does not.
Building Backends03