Herding your database queries: diagnosing, improving and guarding performance of DB interactions

Django ORM makes it easy to persist and retrieve DB information. However, it is also easy to accidentally introduce a lot of DB queries in your request flow if you are not careful. This talk goes over some scenarios where this can take place and demonstrates approaches to finding, eliminating, and ultimately protecting against these excessive and/or expensive queries.

This talk was presented at: https://2022.djangocon.us/talks/herding-your-database-queries-diagnosing/

LINKS: Follow Ilya Bass 👇

Follow DjangCon US 👇 https://twitter.com/djangocon

Follow DEFNA 👇 https://twitter.com/defnado https://www.defna.org/

Date Added: September 19, 2024

Watch Video