IntermediateVocabulary#backend#architecture#developer-tools

N+1 Query Problem Vocabulary

Learn the vocabulary of one query turning into N extra queries inside a loop, and how batching fixes it.

0 / 5 completed
1 / 5
At standup, a dev mentions an ORM lazy-loading each order's line items one query at a time inside a loop, so listing 100 orders fires 101 separate queries instead of one. What is this pattern called?