logoalt Hacker News

cess1105/16/20250 repliesview on HN

As I understand it the N+1 problem is when you select a set and then perform another query per row in the set. Executing a join is a solution to this, not a cause.