N + 1 Query Problem, GraphQL, and Performance Woes

In this video, we take a look at the N + 1 query problem. What is it? How does it affect the performance of your GraphQL service? And, how can we improve latency and throughput with the use of DataLoader, asynchronous code, and batching? GitHub: https://github.com/dairyisscary/n-plu...