tortoise-orm icon indicating copy to clipboard operation
tortoise-orm copied to clipboard

Difference Between `.select_related()`, `.fetch_related()` and `.prefetch_related()`

Open ShipraShalini opened this issue 3 years ago • 2 comments

I couldn't find the difference or the use cases for .select_related(), .fetch_related() and .prefetch_related() in the documentation. It would be really helpful to have it documented.

ShipraShalini avatar Feb 15 '22 09:02 ShipraShalini