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

Re-index CLIENT_ATTRIBUTES using name and value #27312

Merged
merged 1 commit into from
Feb 28, 2024

Conversation

rmartinc
Copy link
Contributor

Closes #26618

Re-adding the indexes for the databases that allows indexing substring. It was detected that the index was not used for postgresql and oracle so there is a minimal change for those engines to do a search using the index. Tests ran OK in my branch.

@ahus1 @vramik FYI

Closes keycloak#26618

Signed-off-by: rmartinc <rmartinc@redhat.com>
Copy link
Contributor

@ahus1 ahus1 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you for this change, it looks good to me.

@ahus1 ahus1 merged commit 2bd9f09 into keycloak:main Feb 28, 2024
69 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

CLIENT_ATTRIBUTES index idx_client_att_by_name_value no longer exists since KC 20 (postgres)
2 participants