1
0
mirror of https://github.com/kamranahmedse/developer-roadmap.git synced 2025-08-24 18:03:06 +02:00

Add resources for N+1 Problem (#4952)

Add additional resource links

Co-authored-by: Kamran Ahmed <kamranahmed.se@gmail.com>
This commit is contained in:
Alucard
2024-05-11 06:29:37 +05:30
committed by GitHub
parent e9c33a405b
commit b476ca0080

View File

@@ -4,4 +4,6 @@ The N+1 query problem happens when your code executes N additional query stateme
Visit the following resources to learn more:
- [What is the N+1 query problem and how to solve it?](https://planetscale.com/blog/what-is-n-1-query-problem-and-how-to-solve-it))
- [In Detail Explanation of N+1 Problem](https://medium.com/doctolib/understanding-and-fixing-n-1-query-30623109fe89)
- [What is the N+1 Problem]("https://planetscale.com/blog/what-is-n-1-query-problem-and-how-to-solve-it")
- [Solving N+1 Problem: For Java Backend Developers]("https://dev.to/jackynote/solving-the-notorious-n1-problem-optimizing-database-queries-for-java-backend-developers-2o0p")