Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. Improve performance execbatch qmysql
Forum Updated to NodeBB v4.3 + New Features

Improve performance execbatch qmysql

Scheduled Pinned Locked Moved General and Desktop
3 Posts 2 Posters 1.0k Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • J Offline
    J Offline
    joseluis_manriq
    wrote on last edited by
    #1

    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.

    A 1 Reply Last reply
    0
    • J joseluis_manriq

      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.

      A Offline
      A Offline
      aliks-os
      wrote on last edited by
      #2

      Why do you use JDBS?
      Try to use MySQL driver directly or build connection for you application based on MySQL Connector C++

      J 1 Reply Last reply
      0
      • A aliks-os

        Why do you use JDBS?
        Try to use MySQL driver directly or build connection for you application based on MySQL Connector C++

        J Offline
        J Offline
        joseluis_manriq
        wrote on last edited by
        #3

        @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.

        1 Reply Last reply
        0

        • Login

        • Login or register to search.
        • First post
          Last post
        0
        • Categories
        • Recent
        • Tags
        • Popular
        • Users
        • Groups
        • Search
        • Get Qt Extensions
        • Unsolved