neoedmund
unread,Mar 20, 2009, 1:22:50 AM3/20/09Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Google App Engine
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.