-
Notifications
You must be signed in to change notification settings - Fork 96
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
The time to commit metadata changes increases dramatically with the amount of metadata present in the system #8670
Comments
Cannot reproduce on my local machine. What are the |
checked in rancher; |
On a clean rollout of 8.2.0 in rancher I cannot reproduce, on the test server I can. |
The platform transaction manager commits, calls the transaction listeners. The index manager wants to determine what needs to be done. It fetches all entity types with a method that is intended to be cached. The entity manager then ends up selecting lots of references. What is special about the test server is that the questionnaire got loaded so there is an entity with a lot of attributes and there are in total 2213 attributes present in the metadata. |
also happens when I simply update an attribute label |
|
Tested on 7.4.8 and is also present there. |
Is this still present in 8.2RC? |
Yes |
How to Reproduce
Import a lot of metadata like the c6 questionnaire (see questionnaire test plan)
In the metadata editor, update a single attribute description
Save your changes
Expected behavior
Changes are saved quickly
Observed behavior
Takes around 6 seconds for the update to be saved
The text was updated successfully, but these errors were encountered: