【发布时间】:2012-04-24 12:18:27
【问题描述】:
这个What is the cost difference between paging with a cursor or using offset? 问题将我引向一个问题,我如何在 AppEngine (Python 2.7) 中实际构建一个带有光标/偏移量/限制的寻呼机。
我知道如何使用 MySQL 和 PHP 轻松做到这一点 => LIMIT x,y
非常感谢
【问题讨论】:
标签: python google-app-engine google-cloud-datastore pager