Hacker News new | ask | show | jobs
by asyx 839 days ago
Fast enough. You get enough tools to optimize the queries. Keep in mind that Django is still a web framework. You can go nuts with Django and it starts to feel like maybe raw SQL would have been easier but I've rarely encountered this.
1 comments

In a previous job we were using some ORM for mongodb and writing queries by hand gave massive speed gains.