Hi Mike, You can tune the rate at which the bulkloader uploads data with the -- http_limit --rps_limit and --bandwidth_limit flags as noted in http://code.google.com/appengine/docs/python/tools/uploadingdata.html .
You shouldn't need it, but if you want to write a custom exporter you can now (as of 1.2.8) access they key property using the property name __key__. You can also sign up for the beta at http://groups.google.com/group/google-appengine/msg/6e878e78a70f8597 -- I hope to send something out about that tomorrow to people who have signed up. --Matthew On Dec 6, 12:05 pm, Mike <[email protected]> wrote: > Hi, > > I have an app that has been running on appspot for the past month. The > site was set up to use Google Account authentication but I now realise > I want Google Apps authentication. So I dumped the data to my local > machine but when I try restore to the new site (with Google Apps auth) > I get time-outs on the big tables (the smaller tables restore fine). > Is there any way of increasing the timeout limit or restoring parts of > the dump file? > > I then tried the download to csv approach but I have a hierachy of > tables with parents and children tables (like Book is parent of > Chapter) but I'm not having much luck getting the parent and key > properties out. There are some posts about changingbulkloader.py to > get keys out in May but I am hoping these issues have been sorted out. > Has anyone done download and upload successfully? > > Mike -- 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.
