Uploaded image for project: 'MariaDB Connector/J'
  1. MariaDB Connector/J
  2. CONJ-1297

performance improvement : binary sending

    XMLWordPrintable

Details

    • Task
    • Status: Closed (View Workflow)
    • Major
    • Resolution: Won't Do
    • None
    • N/A
    • performance
    • None

    Description

      comparing to other drivers, java connector can be improved when sending multiple parameter using binary format :

                                                            |--------------|--------------|--------------|--------------|
                                                            | java         | java         | c            | c            |
                                                            | mysql        | mariadb      | mysql        | mariadb      |
      ------------------------------------------------------|--------------|--------------|--------------|--------------|
      do 1000 parameters             - BINARY EXECUTE ONLY  |  3790 |  18% | 16509 |  78% | 21165 | 100% | 19972 |  94% |
      ------------------------------------------------------|--------------|--------------|--------------|--------------|
      

      code is send looping 3 time on parameters. goal is to have only one loop.

      Attachments

        Activity

          People

            diego dupin Diego Dupin
            diego dupin Diego Dupin
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Git Integration

                Error rendering 'com.xiplink.jira.git.jira_git_plugin:git-issue-webpanel'. Please contact your Jira administrators.