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

[UI] analytics indexes are being put on the same lines and some definitions are not fully

    XMLWordPrintable

Details

    • Bug
    • Resolution: Unresolved
    • Major
    • Morpheus
    • 7.2.0
    • UI
    • 7.2.0-5233
    • 0

    Description

      Basically I have created these indexes on analytics
      create primary index pr_idx_KS1 on KS1;
      create index uniq_idx_KS1 on KS1(uniq_i:int);
      create index rand_idx_KS1 on KS1(rand_i:int);
      create index norm_idx_KS1 on KS1(norm_i:int);
      create index zipf_idx_KS1 on KS1(zipf_i:int);
      create index u016_idx_KS1 on KS1(u016_i:int);
      create index u256_idx_KS1 on KS1(u256_i:int);
      create index u04k_idx_KS1 on KS1(u04k_i:int);
      create index u64k_idx_KS1 on KS1(u64k_i:int);
      create index earra_idx_KS1 on KS1(UNNEST earr_i:int) EXCLUDE UNKNOWN KEY;
      create index uarra_idx_KS1 on KS1(UNNEST uarr_i:int) EXCLUDE UNKNOWN KEY;
      create index rarra_idx_KS1 on KS1(UNNEST rarr_i:int) EXCLUDE UNKNOWN KEY;
      create index zarra_idx_KS1 on KS1(UNNEST zarr_i:int) EXCLUDE UNKNOWN KEY;

      When they are displayed in the analytics tab, the array indexes are displayed on the same line as some of hte other indexes, and their definitions are not shown (screenshot attached)

      an example in the screenshot is the very first line that has earra_idx_KS1 and norm_idx_KS1
      norm_idx_ksi has the fields it is on correctly but earra_idx_KS1 does not

      Attachments

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

        Activity

          People

            Pramada.Kolichala Pramada Kolichala
            ajay.bhullar Ajay Bhullar
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:

              Gerrit Reviews

                There are no open Gerrit changes

                PagerDuty