You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Squeryl
I am looking into an app that uses squeryl due to some performance concerns. I see that it is taking 2.5 minutes to insert ~300k rows. This seems very slow. Using my own raw JDBC code I can do the same thing in 12 seconds. One thing I noticed is of in my own raw code if in leave auto commit set to true I get very similar performance to what I am seeing in squeryl.