Hacker News new | ask | show | jobs
by ohgodplsno 2048 days ago
That's a consequence of using ORMs. ORMs are a horrible performance mess. Just straight up write SQL. I'm sure Ruby has enough metaprogramming magic to not have to deal with cursors manually.