On Wed, Jul 2, 2014 at 2:59 PM, Héctor Mangas <[email protected]> wrote:
> I would like to deploy a few AppInventor data bases. These DBs will need > to endure a lot of saved values. > Could a Premier account do that? > I tried to make a big data base deploying a Google App Engine app based on > Python, but it colapsed. Would this overcome it? > A Premier account isn't allocated more system resources; it's a way to get technical support from Google. A regular paid account can buy you all the compute power you need. More likely, the problem is that you're throwing too much data at AppInventor. AppInventor is intended to help get you started on a simple application, not handle huge workloads. You may need to rearchitect your application to use a different storage mechanism. How many saved values are you throwing at the DB, and when you say "collapsed" can you explain further what you mean by that? Are you receiving errors or unusual slowness? ----------------- -Vinny P Technology & Media Consultant Chicago, IL App Engine Code Samples: http://www.learntogoogleit.com -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/google-appengine. For more options, visit https://groups.google.com/d/optout.
