English 中文(简体)
什么是你可以向超高滩运送的关键数量的实际限制?
原标题:What is the practical limit on the number of keys you can pass to memcache.get_multi on App Engine?

助推器Smcache服务提供了在一次APICA电话中获取多个钥匙的能力(get_multi([1, 2])

是否有任何基准显示,随着钥匙数量增长到数千个,检索多个钥匙需要多长时间?

问题回答

关于谷歌应用发动机,我认为,这一限制应当是所附相应碎块的缓冲议定书的规模,根据:32 << 20 = 32MB





相关问题
How to make logging.debug work on Appengine?

I m having a tough time getting the logging on Appengine working. the statement import logging is flagged as an unrecognized import in my PyDev Appengine project. I suspected that this was just an ...

gqlQuery returns object, want list of keys

Is there a way to convert the GqlQuery object to an array of keys, or is there a way to force the query to return an array of keys? For example: items = db.GqlQuery("SELECT __key__ FROM Items") ...

Integrating Google AppEngine with a Thick Client

I want to make a multi-user client-server solution with Java Swing thick client as a front-end and Google AppEngine (Java one) as a back-end. The problem is that GAE provides only web-based forms for ...

sorl.thumbnail : thumbnail is not a valid tag library?

I am trying to install sorl.thumbnail but am getting the following error message: thumbnail is not a valid tag library: Could not load template library from django.templatetags.thumbnail, No module ...