Improve performance execbatch qmysql
General and Desktop
3
Posts
2
Posters
1.0k
Views
1
Watching
-
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.
-
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++ -
Why do you use JDBS?
Try to use MySQL driver directly or build connection for you application based on MySQL Connector C++@aliks-os Hi, thx for reply. Mmm... I'm migrating (to Qt) a console java program and use this jdbc.
Try to use MySQL Connector C++ directly.
Thx.