Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add new indexing strategy to support case insensitivity #4127

Draft
wants to merge 1 commit into
base: 4.10.x
Choose a base branch
from

Conversation

Sachin-Mamoru
Copy link

@Sachin-Mamoru Sachin-Mamoru commented Dec 1, 2024

Proposed changes in this pull request

When should this PR be merged

  • Check migration impact if we drop primary keys. Else we can auto-generate a primary key.
  • And if a foreign key references the primary key what should be the process to drop it?
  • Check the impact of the unique constrain and unique index possibility of having null values
  • Add specific migration docs for these changes
  • Newly added index checks the usage of queries and analyses the order and all
CREATE INDEX IDX_UU_LO_UI_UUN_TI ON UM_USER(UM_ID,LOWER(UM_USER_NAME),UM_TENANT_ID);

@Sachin-Mamoru Sachin-Mamoru changed the title add new idexing strategy to support case insensitivity add new indexing strategy to support case insensitivity Dec 1, 2024
@Sachin-Mamoru Sachin-Mamoru changed the title add new indexing strategy to support case insensitivity Add new indexing strategy to support case insensitivity Dec 1, 2024
@Sachin-Mamoru Sachin-Mamoru marked this pull request as draft December 1, 2024 21:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant