如何在 Google App Engine Python 上的 Django nonrel 中使用查询游标?

发布于 2024-11-09 04:16:36 字数 328 浏览 0 评论 0原文

如何将查询游标与 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

醉殇 2024-11-16 04:16:36

djangoappengine 支持光标:

from djangoappengine.db.utils import get_cursor, set_cursor

https://bitbucket.org/wkornewald/djangoappengine/src/9689b94680ff/db/utils.py

djangoappengine supports cursors:

from djangoappengine.db.utils import get_cursor, set_cursor

https://bitbucket.org/wkornewald/djangoappengine/src/9689b94680ff/db/utils.py

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文