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

covered primary scan on system:<keyspaces> is not working

    XMLWordPrintable

Details

    • Improvement
    • Resolution: Fixed
    • Major
    • feature-backlog
    • 4.5.0
    • query
    • None

    Description

      MB-19443. Optimize WHERE FALSE, WHERE TRUE, and SELECT META().id ..

      After above fix select meta().id from system:<keyspaces> will not work because
      when where clause is missing or evaluate true. It uses PrimaryCoveringScan with predicatee where meta().id is not null.
      ScanEntries we may have to meta attachment to Annotated value like execution/scan_index.go

      Example
      "select meta().id from system:prepareds;” ===> "select meta().id from system:prepareds where meta().id is not null;”

      Attachments

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

        Activity

          People

            marco.greco Marco Greco (Inactive)
            Sitaram.Vemulapalli Sitaram Vemulapalli
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes

                PagerDuty