The infamous N + 1 query problem is an anti-pattern that stems from the leaky abstraction that ORMs provide. This problem is mainly associated with how ORM frameworks handle the lazy loading of related entries. The more blog posts and Authors in your database, the more severe the problem can be, impacting application performance and user experience.
Table of contents
What is the N+1 query problem? Fixing N+1 Query IssuesUnderstanding digma Continuous feedbackHow Digma can help detect the N+1 Query ProblemCase Study: Reduced execution time for specific APIs7 Comments
Sort: