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

Additional information for materialized subqueries must be displayed in EXPLAIN/ANALYZE FORMAT=JSON

    XMLWordPrintable

Details

    • Bug
    • Status: Stalled (View Workflow)
    • Major
    • Resolution: Unresolved
    • 10.5
    • 10.5
    • Optimizer
    • None

    Description

      There is not enough information in EXPLAIN/ANALYZE output about the strategy chosen to process a subquery. This task aims to augment the output for materialized subqueries. The example of desired output is as follows:

      "subqueries": [
            {
              "NULL-AWARE-MATERIALIZATION": {
       
                "r_algorithm": "full-scan-on-null",
                "r_lookups": 122234,
                "r_full_scans": 4
       
                "query_block": {
                  "select_id": 2,
      

      Attachments

        Activity

          People

            oleg.smirnov Oleg Smirnov
            oleg.smirnov Oleg Smirnov
            Votes:
            0 Vote for this issue
            Watchers:
            2 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.