top | item 45468285 (no title) joevandyk | 4 months ago Yes, all that’s possible. But it’s not straightforward in the majority of ORMs. discuss order hn newest Valodim|4 months ago Almost sounds like ORMs are a bad idea crazygringo|4 months ago Right, and ORMs are the main cause of the N+1 problem, and atrocious database performance in general.For anything that isn't just a basic row lookup from a single table, you should really just be writing the SQL yourself.
crazygringo|4 months ago Right, and ORMs are the main cause of the N+1 problem, and atrocious database performance in general.For anything that isn't just a basic row lookup from a single table, you should really just be writing the SQL yourself.
Valodim|4 months ago
crazygringo|4 months ago
For anything that isn't just a basic row lookup from a single table, you should really just be writing the SQL yourself.