Understanding select_related vs prefetch_related in Django
Another question I was asked in my technical interview was the difference between select_related and prefetch_related. I’m going to talk about it in this article so we can all learn from it,
When working with Django’s ORM, one of the most common perf...
blog.vicentereyes.org3 min read