如何在 Google App Engine Python 上的 Django nonrel 中使用查询游标?
如何将查询游标与 Django-Nonrel 一起使用?如果目前没有办法,请告诉我在 Django-Nonrel 中的哪里查看,我将不胜感激。 http://code.google.com/appengine/docs/python /datastore/queries.html#Query_Cursors
我正在使用 Django 中的 Paginator,但它对于大数据显然效率低下。
谢谢
How can I use a query cursor with Django-Nonrel? If there is no way currently, it would be appreciated to tell me where to look at in Django-Nonrel.
http://code.google.com/appengine/docs/python/datastore/queries.html#Query_Cursors
I'm using Paginator from Django, but it's apparently inefficient with large data.
Thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
djangoappengine 支持光标:
https://bitbucket.org/wkornewald/djangoappengine/src/9689b94680ff/db/utils.py
djangoappengine supports cursors:
https://bitbucket.org/wkornewald/djangoappengine/src/9689b94680ff/db/utils.py