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

creating a new index on a subset of values of a previously created index should utilize the existing index for creation

    XMLWordPrintable

Details

    • Improvement
    • Resolution: Unresolved
    • Major
    • feature-backlog
    • 4.0.0
    • secondary-index
    • Security Level: Public
    • None

    Description

      • create an index
        create index i1 on default(a) where type="n1ql";
      • create another index
        create index i2 on default(a) where type="n1ql" and b > 10;

      i2 can be built faster by scanning i1 instead of scanning the bucket.

      Attachments

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

        Activity

          People

            jliang John Liang
            cihan Cihan Biyikoglu (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:

              Gerrit Reviews

                There are no open Gerrit changes

                PagerDuty