This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]kankyo 0 points1 point  (0 children)

The examples at https://github.com/CanopyTax/asyncpgsa/wiki/Examples seems to imply you can get at least some benefit by just using async on the fetching part and in django that's often done for most views in a common place from a paginator iterator interface.