开发者

Faster Django Pagination App

开发者 https://www.devze.com 2023-04-07 09:44 出处:网络
We use django-paging, which is a bit old. One of the big issues is that the app performs a count on the queryset returned by each view, which is slow and doesn\'t provide us any va开发者_如何转开发lue

We use django-paging, which is a bit old. One of the big issues is that the app performs a count on the queryset returned by each view, which is slow and doesn't provide us any va开发者_如何转开发lue in our case.

I see that django-pagination has more downloads/repo-watchers. I've also used the Django Digg Style paginator in the past.

Should we switch over to a new paginator app or just strip out the count MySQL query?

Thanks

0

精彩评论

暂无评论...
验证码 换一张
取 消