Re: [google-appengine] bulkloader performance in development

2011-10-14 Thread Ikai Lan (Google)
Mike, can't you open up the SQLite database and insert using that instead of going through the bulkloader? -- Ikai Lan Developer Programs Engineer, Google App Engine plus.ikailan.com | twitter.com/ikai On Wed, Oct 12, 2011 at 12:15 PM, mikeee mike.engelh...@gmail.com wrote: Hi all - I

[google-appengine] bulkloader performance in development

2011-10-12 Thread mikeee
Hi all - I posted in the python app-engine group earlier but haven't heard back. Basically just trying to determine if there is anyway to use the bulk uploader via appcfg.py against my localhost SDK (Mac OS X 1.5.4) and have it process even a reasonably fast amount of inserts. I'm using SQLite