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 <goo...@oliverzheng.com>:
>
> 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 google-appengine@googlegroups.com
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to