Skip to content

Add functionality to allow custom indexes with multiple fields including meta data  #3557

Open
@Martin-Kleinbooi-AbsaAfrica

Description

Hi there

It would be nice to have the ability to able to have the control over creating indexes with custom columns which includes meta data and table definition data.

Currently one can only specify either table definition data or meta data indexes.

Reason for this would for e.g. be on partitioning. When a partition is created unique indexes logic breaks because it requires both the mt_deleted field + table definition columns.

  • MessageText: unique constraint on partitioned table must include all partitioning columns
  • Detail: UNIQUE constraint on table "mt_doc_permission" lacks column "mt_deleted" which is part of the partition key.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions