Back to Glossary Index
Dagster Data Engineering Glossary:
N+1 Query Problem
A common performance problem in applications that use ORMs to fetch data, occurs when the system retrieves related objects in a separate query for each object, leading to a high number of executed SQL queries.