Categories
MySQL

The King Slayer of MySQL: Solving the N+1 Query Problem

Let’s take a lesson from the world of A Song of Ice and Fire: “Chaos is a ladder.” But this rule does not apply to MySQL queries! On the contrary, if you let chaos into your queries, your performance can tumble down a cliff. Introducing the sinister N+1 Query Problem, the silent killer of database performance.