Uploaded image for project: 'MariaDB Server'
  1. MariaDB Server
  2. MDEV-6241

MariaDB 10.0.11 (32-bit) Too Slow Create XtraDB Table 2.5x than MariaDB 5.5.37 (32-bit)

    XMLWordPrintable

Details

    • Bug
    • Status: Closed (View Workflow)
    • Major
    • Resolution: Cannot Reproduce
    • 10.0.11
    • 10.0.13
    • None
    • None
    • Windows 7 Professional (64-bit)
      MariaDB 10.0.11 (32-Bit)
      MariaDB 5.5.37 (32-Bit)

    Description

      (MariaDB 5.5.37 32-bit)

      Welcome to the MariaDB monitor.  Commands end with ; or \g.
      Your MariaDB connection id is 16
      Server version: 5.5.37-MariaDB mariadb.org binary distribution
       
      Copyright (c) 2000, 2014, Oracle, Monty Program Ab and others.
       
      Type 'help;' or '\h' for help. Type '\c' to clear the current input statement.
       
      MariaDB [(none)]> Drop Database If Exists `acc-001`;
      Query OK, 0 rows affected (0.01 sec)
       
      MariaDB [(none)]> Create Database `acc-001`;
      Query OK, 1 row affected (0.00 sec)
       
       
      c:\Users\chin\tmp>mysql -h localhost -P 3309 -u root -p -B acc-001 < sql.sql
      Enter password: **********
      StartProcess
      2014-05-15 10:05:13
      EndProcess
      2014-05-15 10:05:28
      ProcessTotalTime
      00:00:16

      (MariaDB 10.0.11 32-bit)

      Welcome to the MariaDB monitor.  Commands end with ; or \g.
      Your MariaDB connection id is 5
      Server version: 10.0.11-MariaDB mariadb.org binary distribution
       
      Copyright (c) 2000, 2014, Oracle, SkySQL Ab and others.
       
      Type 'help;' or '\h' for help. Type '\c' to clear the current input statement.
       
      MariaDB [(none)]> Drop Database If Exists `acc-001`;
      Query OK, 0 rows affected, 1 warning (0.00 sec)
       
      MariaDB [(none)]> Create Database `acc-001`;
      Query OK, 1 row affected (0.00 sec)
       
       
      c:\Users\chin\tmp>mysql -h localhost -P 3310 -u root -p -B acc-001 < sql.sql
      Enter password: **********
      StartProcess
      2014-05-15 10:08:20
      EndProcess
      2014-05-15 10:09:03
      ProcessTotalTime
      00:00:43

      Attachments

        1. sql.sql
          615 kB
          CHIN TAT LIM

        Issue Links

          Activity

            People

              jplindst Jan Lindström (Inactive)
              chintatlim CHIN TAT LIM (Inactive)
              Votes:
              0 Vote for this issue
              Watchers:
              6 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.