As has been noted in the thread, if you really want speed in bulk
inserts, remove all the layers and go directly to the database.

Sorry if this is repeated, I did not see it in the thread..
regardless of db engine; bulk inserts almost always go faster if you:

        drop indexes => insert bulk records => recreate indexes

-- 

michael



--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"sqlalchemy" group.
To post to this group, send email to sqlalchemy@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/sqlalchemy?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to