更快的 Django 分页应用程序
我们使用 django-paging,它有点旧。其中一个大问题是应用程序对每个视图返回的查询集执行计数,这很慢并且在我们的案例中没有为我们提供任何价值。
我看到 django-pagination 有更多的下载/repo-watchers。我过去也使用过 Django Digg Style 分页器。
我们应该切换到新的分页器应用程序还是直接删除 count MySQL 查询?
谢谢
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 value 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
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论