[google-appengine] Re: Limit on number of entities per transaction

2009-01-11 Thread Jai H
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 > wrote: > > if you mean in a single db.put() or db.delete() call, yes, the limit > is 500. if you m

[google-appengine] Re: Limit on number of entities per transaction

2009-01-11 Thread ryan
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 m