Y
Hacker News
new
|
ask
|
show
|
jobs
by
fud101
1193 days ago
how do you deal with this?
2 comments
Doxin
1192 days ago
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.
link
WhatTheFlak
1192 days ago
Don't abuse the damn ORM.
And write SQL directly for medium complexity queries.
link