Tag

#databases

3 articles tagged #databases. See all tags →

Unicode and UTF-8: Why Your Emoji Breaks the Database
Tech9 min

Unicode and UTF-8: Why Your Emoji Breaks the Database

A character, a code point, and an encoding are three different things, and almost every text bug you have ever shipped comes from a layer that confused two of them. Here is the whole model, with the actual bytes.

unicodeutf-8encoding
CAP Is Not “Pick Two of Three”, and It Describes the Rare Case
Tech9 min

CAP Is Not “Pick Two of Three”, and It Describes the Rare Case

The famous framing is wrong twice over. Partition tolerance was never something you choose, and the trade-off only exists while a partition is happening. Which means CAP is silent about the decision you actually make every day, and PACELC is the version that names it.

cap theoremdistributed systemsdatabases
SQL vs NoSQL: How to Actually Choose
Tech8 min

SQL vs NoSQL: How to Actually Choose

The honest default for most apps is Postgres, and NoSQL is a tool you reach for with a reason, not a lifestyle. Here is how to tell which one your project actually needs.

sqlnosqlpostgresql