Contribute Media
A thank you to everyone who makes this possible: Read More

Unlocking the full potential of PostgreSQL indexes in Django

Description

In the talk we are going to optimize a real life Django application using advanced and exotic indexing techinics in PostgreSQL.

We are going to address performance issues in real life use cases using advanced indexing features in PostgreSQL:

  • B-Tree indexes
  • Covering indexes
  • Partial indexes
  • Function based indexes
  • Hash indexes
  • BRIN Indexes

If you are not sure what are all these index types are, this talk is for you!

Details

Improve this page