Perfect thanks that's what I needed. Is there a limit on the total size of objects retrieved?
On Aug 4, 5:40 am, djidjadji <[email protected]> wrote: > if you key list is larger then 1000 items it will be a problem (hard limit). > if you partition the db.get() for n*100 keys at the time it will not > be a problem. > For n=3 it should work. ( I might remember reading the number 300 > sometime in this list for db.get() ) > > 2009/8/4 Oliver Zheng <[email protected]>: > > > > > I have run into a request too large for db.get (not db.put). It > > appears that sometimes I may need to request for thousands of tiny > > objects, and this is hitting a barrier. What is the limit and what is > > it determined by? > > > Thanks, > > Oliver > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
