Uploaded image for project: 'Phoenix'
  1. Phoenix
  2. PHOENIX-3344

Indicate local index usage in explain plan

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Open
    • Minor
    • Resolution: Unresolved
    • None
    • None
    • None
    • None

    Description

      The query plan is not clear at all that a local indexes is being used:

      WAY RANGE SCAN OVER my_table [1, 'foo']
      

      Instead, we should show something like this:

      WAY RANGE SCAN OVER LOCAL INDEX my_local_index ON my_table [1, 'foo']
      

      Attachments

        Issue Links

          Activity

            People

              rajeshbabu Rajeshbabu Chintaguntla
              jamestaylor James R. Taylor
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated: