Appengine docs提到实体大小和批量获取请求的1Mb限制(db.get()):http: //code.google.com/appengine/docs/python/datastore/overview.html
对于单个fetch()调用,查询返回的所有实体的总大小是否也有限制?
示例查询:
db.Model.all().fetch(1000)
更新:自1.4.0批次获取限制已被删除!
google-app-engine google-cloud-datastore
google-app-engine ×1
google-cloud-datastore ×1