-
-
Notifications
You must be signed in to change notification settings - Fork 370
Open
Description
We've found that for our use-cases the field tracker can consume a not insignificant amount of time when attached to models being queried from our APIs. It adds about 150ms to our list requests, which doesn't seem like much, but is currently the single largest time sink in the query.
We'd really like to find a way to switch off the field tracking for these instances where we know the model will be used only for reads. The problem is that we can't come up with a clean way of passing this information into the queryset's model instantiation. Just wondering if you've given any thought to allowing the field tracker to be switched off for certain queries?
drozdowsky, gmuj, kevindice, Kobold, phillipuniverse and 3 more
Metadata
Metadata
Assignees
Labels
No labels