Hacker News new | ask | show | jobs
by avgDev 318 days ago
Why can't one use ORM and then flag queries which are slow? This is trivial.

Inspect the actual SQL query generated, and if needed modify ORM code or write a SQL query from scratch.