MAIN FEEDS
Do you want to continue?
https://www.reddit.com/r/programming/comments/1vxud0f/solving_the_1n_query_problem/p5sw32j/?context=3
r/programming • u/wheatBread • 8d ago
94 comments sorted by
View all comments
62
There is a really easy way of avoiding this when you just don't use ORMs
60 u/andrerav 8d ago ORM's worth their salt solved this at least a decade ago. And, most developers will implement N+1 anyway, without or without an ORM. -6 u/[deleted] 7d ago [deleted] 5 u/andrerav 7d ago This can't possibly be a sentence written by a human, much less a developer.
60
ORM's worth their salt solved this at least a decade ago. And, most developers will implement N+1 anyway, without or without an ORM.
-6 u/[deleted] 7d ago [deleted] 5 u/andrerav 7d ago This can't possibly be a sentence written by a human, much less a developer.
-6
[deleted]
5 u/andrerav 7d ago This can't possibly be a sentence written by a human, much less a developer.
5
This can't possibly be a sentence written by a human, much less a developer.
62
u/disposepriority 8d ago
There is a really easy way of avoiding this when you just don't use ORMs