Hacker News new | ask | show | jobs
by dagw 2985 days ago
Do you think the performance would have been better if the same programmers who introduced them using the ORM had been forced to use raw SQL?

I've seen far too many cases where programmers get around their lack of SQL knowledge by writing a bunch of basic queries and then post-processing the results client side.