Uploaded image for project: 'Red Hat Advanced Cluster Management'
  1. Red Hat Advanced Cluster Management
  2. ACM-15360

Move RBAC attributes out of JSONB

XMLWordPrintable

    • Icon: Story Story
    • Resolution: Unresolved
    • Icon: Undefined Undefined
    • None
    • None
    • Search
    • None
    • False
    • None
    • False
    • None

      Background: The RBAC and Indexes section of research conducted for ACM-14989 shows optimizations that can be had by moving the RBAC attributes outside of the JSON. This permits converting the composite gin index of the RBAC conditions into a btree index. Moving these attributes out of the JSONB also permit converting other gin indexes into btree indexes.

      Acceptance Criteria: RBAC attributes moved out of JSONB and gin indexes converted to btree indexes.

      Additional Information: Consideration to be had if reconstructing the JSON field is necessary if we pull out those attributes, or if we just duplicate the values outside of the JSONB.

              jpadilla@redhat.com Jorge Padilla
              rh-ee-smcavey Spencer McAvey
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

                Created:
                Updated: