Tags
6K
back to homepage

5 news for database

October 2024

Why You Should Replace Your Booleans With Timestamps

Storing booleans as timestamps sounds crazy, but in reality it is actually not a bad idea. In this video I talk about the pros/cons of this approach so you can evaluate if it is right for you.

May 2024

Life After SQL (EdgeDB Is Fascinating)

Since the creation of SQL, we had many databases trying to reduce the relationship between our datas, but we never had any database trying to do the opposite and increase the relationships. Thats now the case with EdgeDB, and i must say, it seems pretty seducing.

May 2024

The Problem With UUIDs

We talked about performances issues with uuid and cuid last month. This time we will dig deeper into the mess of uuid, and because sometimes integer ids are not recommended, here is an introduction to nanoid instead. Id like to have a benchmark on it too, but seems for now that its way more efficient.