Hacker News new | ask | show | jobs
by lostapathy 592 days ago
Hard disagree. I have replaced hand written reports that were total nightmares to reason about and maintain with fairly trivial activerecord implementations that were quite literally hundreds of times faster.

Activerecord may not give optimal solutions but it can get close enough for a lot of workloads, and complicated sql can become a complete bear over time.