since the data quote seems to be 1GB, i am trying to upload a database to gae.
but the difficult is the speed is too slow. say a table size is 10MB, 300,000 rows, if i use buldloader.py , when uploaded 20,000+ rows, get a "ERROR bulkloader.py] Error in worker [Thread-9]: <url open error (10060, 'Operation timed out')>" and when i re-run it, it seems not to resume but start from the beginning. i also tried to http POST bulk data using my own methods, it is also slow, it seems will take a week or a month to upload all the 200+MB csv data. so is there some quicker ways? thanks. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google App Engine" group. To post to this group, send email to google-appengine@googlegroups.com To unsubscribe from this group, send email to google-appengine+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/google-appengine?hl=en -~----------~----~----~----~------~----~------~--~---