GeistHaus
log in · sign up

How to optimize PostgreSQL queries from Django using pgMustard - Adam Johnson

adamj.eu

Slow queries happen, and when they do, it can be tough to dissect why they’re slow. This difficulty is compounded by using Django’s ORM, since it generates the SQL for you, so you may have little idea of the actual queries “under the hood”.

1 page links to this URL