Hacker News new | ask | show | jobs
by fud101 1193 days ago
how do you deal with this?
2 comments

In my experience? optimize things once it turns out to be a problem. It's not easy though and one of the many reasons I don't love the django ORM.
Don't abuse the damn ORM.

And write SQL directly for medium complexity queries.