On expressions' reordering in Postgres
π° sql
Postgres is eating the database world
In fact, I only use postgresql if I need an SQL db (sometimes an SQLite)
weeklyfoo #25 / 2024-03-25sqlpostgresql
SQL as API
SQL query optimization: a comprehensive developer's guide
An SQL optimization guide for developers. With best practices, warnings, and pro tips to speed up your SQL query optimization.
weeklyfoo #21 / 2024-02-26sql
SQL Reserved Words
SQL tips and tricks
A (somewhat opinionated) list of SQL tips and tricks that Iβve picked up over the years in my job as a data analyst.
weeklyfoo #52 / 2024-09-30sql
Transaction Isolation in Postgres, explained