Re: Camel JDBC or SQL component vs SpringJDBCTemplate

2020-08-12 Thread Jeremy Ross
The SQL component is backed by spring-jdbc, and I believe it uses JdbcTemplate extensively under the hood. I haven't compared performance of SQL vs JDBC components, but a further benefit of the SQL component is that it can be used in Camel's transaction support. On Fri, Aug 7, 2020 at 10:56 PM WEI

Camel JDBC or SQL component vs SpringJDBCTemplate

2020-08-07 Thread WEIQUAN YUAN
Just wondering what is the implementation behind the camel jdbc or sql component, how is the performance compared to springJDBCTemplate? Thanks -- ~ Weiquan Yuan Located in Ottawa, Canada