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

CREATE TEMPORARY TABLE ... SELECT on innodb is slower than on 5.1

    XMLWordPrintable

Details

    • Bug
    • Status: Open (View Workflow)
    • Minor
    • Resolution: Unresolved
    • 5.5, 10.0, 10.1
    • 10.1
    • None

    Description

      Originally posted in mysql bugs, but they don't do anything for 2 years
      http://bugs.mysql.com/bug.php?id=69219

      All late releases affected with speed degradation for this kind of query

      Results for 5.6.10-linux-glibc2.5-x86_64:

      select now();
      now()
      2013-05-13 23:25:23
      create temporary table norepl_t1 engine=myisam select amount, price, money, id_product from scj_tt_ships;
      select now();
      now()
      2013-05-13 23:25:39

      And for 5.5.31-linux2.6-x86_64:

      select now();
      now()
      2013-05-13 23:27:33
      create temporary table norepl_t1 engine=myisam select amount, price, money, id_product from scj_tt_ships;
      select now();
      now()
      2013-05-13 23:27:34

      Attachments

        Activity

          People

            Unassigned Unassigned
            youngvan Oleksandr Voytsekhovskyy
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:

              Git Integration

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