Haki Benita
Haki is a software developer and a technical lead. He takes special interest in databases, web development, software design and performance tuning. Haki also writes about development and performance in his blog hakibenita.com.
Find me on hakibenita.com and Twitter
Talks
Unlocking the full potential of PostgreSQL indexes in Django
Developers who are not familiar with databases often fear them, and prefer to treat them like a blackbox. Indexes are extremely powerful and Django provides many ways of using indexes to make queries faster.
In this talk I’ll present advanced indexing technics in PostgreSQL using the Django ORM.