> The standard usecase of a sync API backed by a local DB with low request latency is typically going to be compute-bound.
> This is covered in the Django async docs
Where is this mentioned in the linked docs? I see four mentions of the ORM in the linked pages, including where it says they are working on async ORM, but I see nothing about performance for the ORM typically being compute bound.
> This is covered in the Django async docs
Where is this mentioned in the linked docs? I see four mentions of the ORM in the linked pages, including where it says they are working on async ORM, but I see nothing about performance for the ORM typically being compute bound.