Details

    • 10.0.23

    Description

      Please analyze the patch offered by IBM for building MariaDB 10.1 on IBM z.

      Attachments

        Issue Links

          Activity

            serg, please review patch for this task.

            svoj Sergey Vojtovich added a comment - serg , please review patch for this task.

            A rough benchmark was performed on host running bb slave. In a nutshell: patched code seem to be 2-3% faster.

            Benchmark:

            SELECT NOW()+0 INTO @start_time;
            disable_query_log;
            disable_result_log;
            let $i= 5000000;
            while ($i)
            {
              SELECT 1;
              dec $i;
            }
            enable_query_log;
            enable_result_log;
            SELECT NOW()-@start_time;

            Benchmark results:

            vanilla
            -------
            215, 220, 215, 218, 215
             
            optimized
            ---------
            212, 212, 211, 212, 212

            svoj Sergey Vojtovich added a comment - A rough benchmark was performed on host running bb slave. In a nutshell: patched code seem to be 2-3% faster. Benchmark: SELECT NOW()+0 INTO @start_time; disable_query_log; disable_result_log; let $i= 5000000; while ($i) { SELECT 1; dec $i; } enable_query_log; enable_result_log; SELECT NOW()-@start_time; Benchmark results: vanilla ------- 215, 220, 215, 218, 215   optimized --------- 212, 212, 211, 212, 212

            ok to push

            serg Sergei Golubchik added a comment - ok to push

            People

              svoj Sergey Vojtovich
              kolbe Kolbe Kegel (Inactive)
              Votes:
              0 Vote for this issue
              Watchers:
              3 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.