1
0
mirror of https://github.com/kamranahmedse/developer-roadmap.git synced 2025-08-30 12:40:03 +02:00

n+1 problem article link (#1160)

This commit is contained in:
Ameer Hamza
2022-03-12 23:53:05 +05:00
committed by GitHub
parent 2b26744a64
commit dbf5c0aa80

View File

@@ -1 +1,6 @@
# N plus one problem
The N+1 query problem happens when your code executes N additional query statements to fetch the same data that could have been retrieved when executing the primary query.
<ResourceGroupTitle>Free Content</ResourceGroupTitle>
<BadgeLink colorScheme='yellow' badgeText='READ' href='https://medium.com/doctolib/understanding-and-fixing-n-1-query-30623109fe89'>In Detail Explanation of N+1 Problem</BadgeLink>