1
0
mirror of https://github.com/kamranahmedse/developer-roadmap.git synced 2025-08-21 00:21:35 +02:00

Update n+1 problem resource (#5557)

* Update 103-n-plus-one-problem.md

Remove link to payed content and provide free access article

* Update src/data/roadmaps/backend/content/108-more-about-databases/103-n-plus-one-problem.md

---------

Co-authored-by: Kamran Ahmed <kamranahmed.se@gmail.com>
This commit is contained in:
Daniyal Zhanturin
2024-04-29 15:39:47 +05:00
committed by GitHub
parent 90f1a9c432
commit 8d42807d0c

View File

@@ -4,4 +4,4 @@ The N+1 query problem happens when your code executes N additional query stateme
Visit the following resources to learn more: Visit the following resources to learn more:
- [In Detail Explanation of N+1 Problem](https://medium.com/doctolib/understanding-and-fixing-n-1-query-30623109fe89) - [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))