On Wed, May 13, 2009 at 11:07 PM, GNS <[email protected]> wrote: > > I would like to have it the sooner the better. > > I see free daily limit is 10 million requests, but since it's 1 > billion rows I can't wait 3 months for it to complete. > > Has anyone experience of inserting way more than 10m in a day and is > able to tell me what the cost would be?
You can insert more than one row in a single request. You may find the remote_api documentation helpful: http://code.google.com/appengine/articles/remote_api.html , as well as the documentation on bulk loading: http://code.google.com/appengine/docs/python/tools/uploadingdata.html -Nick Johnson > > Thanks > > On May 13, 11:22 pm, Barry Hunter <[email protected]> wrote: >> It al depends on how long you want to to take. leaving it running long >> enough means you could almost do within the free quota. >> >> http://code.google.com/appengine/docs/quotas.htmlhttp://code.google.com/appengine/docs/billing.html >> >> Probably the only quota that you can't get round and would have to pay >> is monthly storage. (you only get 1Gb free) >> >> On 13/05/2009, GNS <[email protected]> wrote: >> >> >> >> >> >> > I need to make a very large insert (1 billion rows). >> >> > I'm currently using amazon SDB, and they use some odd formula for >> > price calculation, which will result in a cost of several thousand >> > dollars for this insert. Keep in mind that I have just one column >> > which will be around 50 bytes. So overall it's just 50GB of data. I >> > can to this in a few hours with a local computer, but amazon claims it >> > takes something like 15.000 machine hours and would cost a fortune. >> >> > Has anyone experience with the google app database? How do they >> > charge? How much does it cost to perform a very large sequential >> > insert? >> >> > Thanks >> >> -- >> Barry >> >> -www.nearby.org.uk-www.geograph.org.uk- > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
