Re: [sqlalchemy] Inserting Entry Fastest way

2013-03-11 Thread Michael Bayer
I wrote a detailed description of what's going on regarding INSERT here: http://stackoverflow.com/questions/11769366/why-is-sqlalchemy-insert-with-sqlite-25-times-slower-than-using-sqlite3-directly/11769768#11769768 On Mar 11, 2013, at 4:56 PM, Arkilic, Arman arki...@bnl.gov wrote: Hi, I am

Re: [sqlalchemy] Inserting Entry Fastest way

2013-03-11 Thread Michael Bayer
On Mar 11, 2013, at 5:19 PM, Russ russandheat...@gmail.com wrote: On Monday, March 11, 2013 4:56:11 PM UTC-4, Arkilic, Arman wrote: Hi, I am working on a database design that I am required to use lots of tables with one-to-many relationship. As a consequence of the design, I need to

Re: [sqlalchemy] Inserting Entry Fastest way

2013-03-11 Thread Russ
wow that is a great talk, I laughed my ass off and you really got in there, nice job ! Thanks! As long as you weren't laughing because I did the sqlalchemy all wrong! :) Russ -- You received this message because you are subscribed to the Google Groups sqlalchemy group. To