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 indexes for SCIMRepresentationAttribute #774

Merged
merged 1 commit into from
Jul 9, 2024

Conversation

antifree
Copy link
Contributor

@antifree antifree commented Jul 6, 2024

This mr resolves issue #773.

I've added indexes for FullPath and ValueString properties. The only note, that I had to change column type of FullPath to be a string with max length, because otherwise index will not work, and FULLTEXT search index should de used, which is not the case for current implementation.

RDS CPU before the fix:
image

RDS CPU after the fix:
image

@simpleidserver simpleidserver merged commit abadfa6 into simpleidserver:master Jul 9, 2024
0 of 3 checks passed
@simpleidserver
Copy link
Owner

Hello,

Thank you for the pull request. :)
It has been accepted.

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.

2 participants