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>
pull/5577/head
Daniyal Zhanturin 7 months ago committed by GitHub
parent 90f1a9c432
commit 8d42807d0c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      src/data/roadmaps/backend/content/108-more-about-databases/103-n-plus-one-problem.md

@ -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:
- [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))

Loading…
Cancel
Save