October 2025
-
27 Oct 2025🔗Batch updates and advanced inserts in Ecto for Elixir
-
22 Oct 2025🔗The hidden cost of MySQL defaults in Laravel apps
-
15 Oct 2025🐥Speeding up large Eloquent IN queries with temporary tables
September 2025
-
27 Sep 2025🔗SQL performance improvements: finding the right queries to fix (part 1)
-
26 Sep 2025🐥Making a copy of a MySQL database
-
18 Sep 2025🐥Adding an average column to SQL query results with window functions
June 2025
May 2025
April 2025
February 2025
-
23 Feb 2025🐥Updating the enum values of a database column definition
-
14 Feb 2025🐥Finding the latest version of each record using SQL
-
6 Feb 2025🔗Articles - High Performance SQLite
January 2025
December 2024
-
27 Dec 2024🔗Safe Ecto Migrations
-
7 Dec 2024🔗UUID, ORM and Strange Deadlocks
-
6 Dec 2024🔗Introduction to Ecto.Multi
-
3 Dec 2024🔗Historized Attributes: Systematic Table Design
November 2024
-
30 Nov 2024🔗SQL style guide
-
23 Nov 2024🔗How to do a preload good using Ecto
-
21 Nov 2024🐥How to add relative percentages to MySQL query results
-
21 Nov 2024🔗Accessing Databases in PhpStorm
-
18 Nov 2024🐥The Hidden Dangers of Sorting and Pagination in MySQL: Handling Nullable Columns