n+1 problem article link (#1160)

pull/1157/merge
Ameer Hamza 3 years ago committed by GitHub
parent dd1a31d577
commit 90204a07ff
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 7
      content/roadmaps/101-backend/content/108-more-about-databases/103-n-plus-one-problem.md

@ -1 +1,6 @@
# N plus one problem
# 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>

Loading…
Cancel
Save