Uploaded image for project: 'Couchbase Server'
  1. Couchbase Server
  2. MB-52090

adhoc query index selection issue with LIKE as index condition and query parameters

    XMLWordPrintable

Details

    • Untriaged
    • 1
    • Yes

    Description

       

      create index ix2 on default(c1) WHERE type LIKE "airport%";
      \set -$type "airport%";
      EXPLAIN SELECT 1 FROM default WHERE c1 = 10 AND type LIKE $type;
      

       

       

      Above adhoc query does n't choose the index. 

      Following works.

       

      EXPLAIN SELECT 1 FROM default WHERE c1 = 10 AND type LIKE "airport%";

       

       DNF transformation might not happened LIKE before index selection.

      Attachments

        Issue Links

          No reviews matched the request. Check your Options in the drop-down menu of this sections header.

          Activity

            People

              ajay.bhullar Ajay Bhullar
              Sitaram.Vemulapalli Sitaram Vemulapalli
              Votes:
              0 Vote for this issue
              Watchers:
              5 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Gerrit Reviews

                  There are no open Gerrit changes

                  PagerDuty