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

Fix performance issue when applying permissions #11499

Closed
chiatt opened this issue Sep 26, 2024 · 0 comments
Closed

Fix performance issue when applying permissions #11499

chiatt opened this issue Sep 26, 2024 · 0 comments

Comments

@chiatt
Copy link
Member

chiatt commented Sep 26, 2024

When applying permissions to an instance, the user that created the instance is identified in the edit log. If there are many records in the edit log (as is very often the case), querying for an instance id can be slow. A database index on the resourceinstanceid column would resolve this issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Done
Development

No branches or pull requests

3 participants