Re: [sqlalchemy] bulk insert from generator instead of list, possible?

2016-06-16 Thread Mike Bayer
On 06/16/2016 12:32 PM, Andy Crain wrote: Hi, I'm attempting to do a bulk insert from a large .csv file. I've read through the various options at http://docs.sqlalchemy.org/en/latest/faq/performance.html#i-m-inserting-400-000-rows-with-the-orm-and-it-s-really-slow, and I would like to perform

[sqlalchemy] bulk insert from generator instead of list, possible?

2016-06-16 Thread Andy Crain
Hi, I'm attempting to do a bulk insert from a large .csv file. I've read through the various options at http://docs.sqlalchemy.org/en/latest/faq/performance.html#i-m-inserting-400-000-rows-with-the-orm-and-it-s-really-slow, and I would like to perform a bulk insert using Core, along the lines