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

ANALYZE for statements: not clear where the time is spent

    XMLWordPrintable

Details

    Description

      ANALYZE FORMAT=JSON shows r_total_time_ms field which allows one to see where the time was spent during execution.

      r_total_time_ms is provided for

      • query_block, aka a SELECT
      • table, individual table references
      • filesort node.
      • ...

      The issue is that for many-table join one can frequently see that

      • The join itself (query_block) took a lot of time
      • table access in the join add up to a fraction of time.

      this leaves one puzzled re where the time is spent.
      An example of such case is MDEV-20646.

      Attachments

        Activity

          People

            Unassigned Unassigned
            psergei Sergei Petrunia
            Votes:
            0 Vote for this issue
            Watchers:
            1 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.