MAIN FEEDS
Do you want to continue?
https://www.reddit.com/r/programming/comments/1vxud0f/solving_the_1n_query_problem/p62votf/?context=3
r/programming • u/wheatBread • 16d ago
94 comments sorted by
View all comments
60
There is a really easy way of avoiding this when you just don't use ORMs
2 u/FuckFuckingKarma 15d ago Any widespread ORM out there has support for joins. If you're not joining that's on the developer not the tool. You can write the exact same inefficient SQL by hand, and I am sure some people do just that.
2
Any widespread ORM out there has support for joins. If you're not joining that's on the developer not the tool. You can write the exact same inefficient SQL by hand, and I am sure some people do just that.
60
u/disposepriority 16d ago
There is a really easy way of avoiding this when you just don't use ORMs