Hi, The number of records is not a problem, but it will take time to process that many entities.
There is no way with the standard bulk uploader to restart from the last insert, but I *think* that other people have written bulk upload tools that do have this functionality. You may wish to check out this project: http://code.google.com/p/gawsh/wiki/BulkDownload And this group for other projects people have used. -Marzia On Tue, Dec 2, 2008 at 1:59 PM, NoIEbrowser <[EMAIL PROTECTED]>wrote: > > Thank you. > > The size of "data.csv" file is 4,13 MB. > Now I'm thinking to the "Application Quotas" limits: > - CPU Used > - Data Sent > - Data Received > - Megabytes Stored > > Uploading 90'000 records is not a problem? > If Bulk breaks the uploading, can I restart it from the last insert? > > > On Dec 2, 7:59 pm, Marzia Niccolai <[EMAIL PROTECTED]> wrote: > > Hi, > > > > The limits that exist for bulkload_client.py are the same that exist with > > any App Engine request. Since the bulkloader essentially posts data to a > > special web handler, all of the data processing done must be able to be > > completed with in the App Engine request deadline. > > > > The actual amount of data that can be processed depends a lot on the size > > and shape of your data, though I would expect that the default batch size > of > > 10 would do for most applications. > > > > -Marzia > > > > On Mon, Dec 1, 2008 at 12:03 PM, NoIEbrowser <[EMAIL PROTECTED] > >wrote: > > > > > > > > > Can I use "bulkload_client.py" to load more data? > > > > > [ data.csv ] > > > double, double, char(2), char(3), varchar(50) > > > > > Does any limitation exist? > > > (time limits?) > > > (request limits?) > > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
