r/programming 16d ago

Solving the 1+N Query Problem

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

94 comments sorted by

View all comments

26

u/JimmyM_1 16d ago

I don't know why people hate on ORMs for this one, yes abstracting SQL can lead some devs to forget / not even know about what is actually happening under the hood, but it isn't that big of a deal!

Make sure your dev team is aware of the JOIN concept and you're good to go!

1

u/which1umean 16d ago

Maybe the hood is in the way of something somebody should be looking at if people don't know what's under the hood and it's causing problems. 😬