Optimizing Database Queries in Django: A Guide to select_related and prefetch_related
Maximizing Performance with select_related and prefetch_related in Django
Jan 11, 20232 min read633

Search for a command to run...
Articles tagged with #databases
Maximizing Performance with select_related and prefetch_related in Django

How to use a UUID field instead of the default ID field as primary key in Django?

How to do union of two querysets from same or different models?

A guide on reverting migrations in Django

In this blog you will learn 5 tips to improve your ORM queries in Django
