Hi, If I just noticed that if I do,
result = query.fetch(20) In background it actually does 20 gets individually (at least thats what appstat tells me). How do I combine those 20 gets in one get, or even better, how do I query for keys_only for 20 results and from key().id() get corresponding info stored earlier in memcache (assuming I have already set the memache for those values)? Thanks. -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-appengine?hl=en.
