Optimizing Django Queries: A Comprehensive Guide to select_related and prefetch_related
When I started learning Django, the one thing that fascinated me a lot was the Django ORM. Maybe I was happy that I will not have to write SQL queries and can skip all the pain of writing crazy joins to fetch the data. I was throwing in objects.all()...
May 21, 20218 min read754
