caduh

Posts tagged “databases

Tiny explainers grouped by topic. Spend less time Googling, more time building.

What is an N+1 Query and How Do You Fix It?

A fundamental database performance problem: why N+1 happens, how to spot it, and fixes with eager loading/batching in popular ORMs (Django, Rails, Prisma/Sequelize, SQLAlchemy).

devdatabasesorm