February 2025
-
🔗Faster similarity search performance with pgvector indexes
-
🐥Getting the size of all postgres databases on a server
-
🔗TIL Ecto Constraints and Validations
January 2025
-
🔗MySQL can do more than you think
-
🔗Avoiding the soft delete anti-pattern
-
🐥Updating pgvector to the latest version
-
🔗SQL NULLs are Weird!
-
🔗Eliminate Slow Queries with Ecto Telemetry
-
🔗You Don't Need Ecto.Multi
-
🔗Collection of Insane and Fun Facts About SQLite
-
🔗Databases in 2024: A Year in Review
-
🐥Troubleshooting blocked queries in PostgreSQL
December 2024
-
🔗Safe Ecto Migrations
-
🔗What I Wish Someone Told Me About Postgres
-
🔗Storing times for human events
-
🔗The Modifications I Make to Every New Phoenix Project
-
🔗SQL Best Practices: Don't Compare count(*) with 0
-
🔗Don't Do This in PostgreSQL
-
🔗Easy totals and subtotals in Postgres with rollup and cube
-
🔗Optimizing SQLite for servers
-
🔗Modelling `through` relationships with Ash
-
🔗UUID, ORM and Strange Deadlocks
-
🔗Introduction to Ecto.Multi
-
🔗Historized Attributes: Systematic Table Design