r/programming 7d ago

Solving the 1+N Query Problem

https://acadia.engineering/blog/solving-the-1-plus-N-query-problem
124 Upvotes

94 comments sorted by

View all comments

5

u/Pharisaeus 7d ago

Solving the 1+N Query Problem

Reminds me of: "communism is bravely overcoming problems... unknown in any other political system".

N+1 generally comes from using the wrong tool / using the tool incorrectly.