TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Django DB optimization for pedestrians

2 pointsby facundo_olanoabout 13 years ago

1 comment

goblin89about 13 years ago
For anyone interested in DB optimization under Django, I recommend to take a look at Unbreaking Your Django Application presentation[0]. It might be more PostgreSQL-specific at times, but most of the advice is applicable to MySQL as well.<p>[0] <a href="http://www.slideshare.net/OReillyOSCON/unbreaking-your-django-application" rel="nofollow">http://www.slideshare.net/OReillyOSCON/unbreaking-your-djang...</a>