I find the solution: instead of using the camel-jdbc component, i now use the camel-sql component with the option batch=true. This will do ps.addBatch() and eventually ps.executeBatch() which gives a lot better performance. You'll have to prepare the parameters a bit though (as an iterator-of-iterators)
-- View this message in context: http://camel.465427.n5.nabble.com/camel-jdbc-read-update-performance-drop-prepareStatementStrategy-tp5762808p5762966.html Sent from the Camel - Users mailing list archive at Nabble.com.