I'm wondering which, if either, query is faster in Django. I have a Location model and a User model. Users are foreign keyed to Locations, so each Location can have a 'locationuser_set' attribute. I'm wondering which, if either, query is faster
I'm wondering which, if either, query is faster in Django. I have a Location model and a User model. Users are foreign keyed to Locations, so each Location can have a 'locationuser_set' attribute. I'm wondering which, if either, query is faster