Hasty Treat - What is the n+1 problem?

Published: March 29, 2021, 1 p.m.

b'

In this Hasty Treat, Scott and Wes talk about a common problem you\\u2019ll encounter in your development career \\u2014\\xa0the n+1 problem.

Hasura - Sponsor

With Hasura, you can get a fully managed, production-ready GraphQL API as a service to help you build modern apps faster. You can get started for free in 30 seconds, or if you want to try out the Standard tier for zero cost, use the code \\u201cTryHasura\\u201d at this link:\\xa0hasura.info. We\\u2019ve also got an amazing selection of GraphQL tutorials at\\xa0hasura.io/learn.

Sentry - Sponsor

If you want to know what\\u2019s happening with your code, track errors and monitor performance with Sentry. Sentry\\u2019s Application Monitoring platform helps developers see performance issues, fix errors faster, and optimize their code health. Cut your time on error resolution from hours to minutes. It works with any language and integrates with dozens of other services. Syntax listeners new to Sentry can get two months for free by visiting Sentry.io and using the coupon code TASTYTREAT during sign up.

Show Notes

05:00 - What is the n+1 problem?

  • The N+1 problem can happen in any language but is especially prevalent in\\xa0GraphQL\\xa0because it\\u2019s so easy to query relationships.

09:33 - The solution

  • The solution to the n+1 problem is to batch the queries. As you loop over each podcast, keep an array of host IDs to lookup. Once you have looped over the podcasts, make a single query to the database with your large array of podcast host Ids.

11:11 - Should you care?

Tweet us your tasty treats!

'