Thanks for the clarification that there is no limit on # of queries/ request.
And I assume you are saying there is no limit on # keys/models for batch get/put/delete. What about when using cron? Will the same rules apply? Thanks, Robin On Feb 2, 11:44 am, Marzia Niccolai <[email protected]> wrote: > Hi Robin, > > The only number here that is correct is 1000 entities maximum > retrievable per query. > > There is no 'maximum' for queries per request or maximum number of > entities per request, these things rely heavily on the size and shape > of the data you are querying. > > However, even under the best circumstances, it is probably impossible > that you could execute 30 queries of any size under the 10 second > request deadline with App Engine. > > -Marzia > > On Sun, Feb 1, 2009 at 8:38 PM, Robin B <[email protected]> wrote: > > > Query: > > Are these limits accurate? > > 1000 entities/query > > 30 queries/request > > 30,000 entities/request with queries > > > Batch: > > Are there any upper limits to the number of keys/models that can be > > sent to batch get/put/delete respectively within one call and multiple > > calls within one web request? > > > Thanks, > > > Robin --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
