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

Support Build All Indexes in a bucket or scope in the collection model

    XMLWordPrintable

Details

    • Improvement
    • Resolution: Fixed
    • Major
    • None
    • Cheshire-Cat
    • query
    • None
    • 1

    Description

      Prior to collection, an admin can issue a single BUILD index command to rebuild all defer indexes. BUILD INDEX ON `travel-sample` ((  SELECT RAW name
        FROM system:indexes
        WHERE ..AND state = ‘deferred’ ))

      With collections, the BUILD INDEX command can now accept collection name, which means the admin has to submit a BUILD INDEX for each collection.  We should improve this to meet these use cases:

       

      1. Issue a single BUILD index command to rebuild all indexes in the bucket.
      2. For a multi-tenanted env, issue a BUILD index for all indexes in a scope.

       

      Attachments

        Issue Links

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

          Activity

            People

              kamini.jagtiani Kamini Jagtiani
              binh.le Binh Le
              Votes:
              1 Vote for this issue
              Watchers:
              6 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Gerrit Reviews

                  There are no open Gerrit changes

                  PagerDuty