Thanks for the prompt response. I meant the datastore transaction as I was
looking to see how many put calls should I have to guarantee that I hit no
limits.

On Sun, Jan 11, 2009 at 9:05 PM, ryan
<ryanb+appeng...@google.com<ryanb%2bappeng...@google.com>
> wrote:

>
> if you mean in a single db.put() or db.delete() call, yes, the limit
> is 500. if you mean in an actual datastore transaction, with multiple
> put/delete calls, then no, there's no limit, just the overall http
> request deadline.
>
> >
>

--~--~---------~--~----~------------~-------~--~----~
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