On Fri, Jan 16, 2009 at 03:34, anand <[email protected]> wrote: > > How much data can I store in GAE datastore per application? I have a > requirement to store a large volume of data (a lot of pics) in > datastore. Is there any limit? > > Thanks for your help. > > Regards, > Anand
The storage quota is 500MB, you can do 2,500,000 datastore API calls per day.[1] They do allow you to apply for extra quota.[2] HTH. -- Joe 1. http://code.google.com/appengine/articles/quotas.html 2. http://code.google.com/support/bin/request.py?contact_type=AppEngineContact --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
