Improve performance execbatch qmysql
-
Hi all,
A question, as I improve the performance of a execbatch. With JDBC, run 100,000 inserts in
5 seconds but with QMysql run 100.000 inserts in 13 seconds (execBatch).Thx.
-
Why do you use JDBS?
Try to use MySQL driver directly or build connection for you application based on MySQL Connector C++