First off, thanks for the new release of the SDK. I'm finding the App Engine environment to fit my needs nicely.
I'm trying out the bulkloader.py --dump of all my entities, and it seems to be working fine. But, it sure seems to do the dump very slowly. Watching the progress of the *results*.sql3 file while it downloads suggests that it is downloading at a rate of 6KB/sec. Is that normal default behaviour? (i.e. do I need to send a command line flag to tell it to be more aggressive?) I only have 12MB of entities, but at this rate, a full dump will take around 30 minutes. Not a big deal, since I don't expect to --dump often.. but it'd be nice to know if I'm overlooking something.. if my entities are fairly small.. does this mean I would need to increase the --batch_size to 100 or something? Thanks for info. -- 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.
