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 <[email protected]> wrote: > 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 as the backing store and I have a CSV file with 100K > rows in it and it processes about 1000 rows an hour.. > > Is there any particular way to speed this up? I have other data > sets I want to import as well that are much larger . I know SQLite > can easily handle a ton of data (I've inserted millions of rows into > SQLite databases on past non-GAE projects). > > Thanks for any tips. > > ME > > -- > 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. > > -- 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.
