-
Notifications
You must be signed in to change notification settings - Fork 31
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
Slow performance adding new Schema. #1577
Comments
A bit of consideration as a result of several discussions on the subject. Root causeThe root cause has been identified in the query Horreum/horreum-backend/src/main/java/io/hyperfoil/tools/horreum/svc/RunServiceImpl.java Lines 91 to 103 in 3849f04
Query that is performed during the creation or update of a The issue causing this slowness is that the query performs a full (sequential) scan over all the
Fix proposalGiven that, in order to fix this issue, we might refactor how
|
On Hold due to #1603 |
Describe the bug
UI responsiveness is less than expected when adding a new Schema.
To Reproduce
Add a new Schema. Takes around 60 seconds which is considered too long.
Version
Java
PostgreSQL
The text was updated successfully, but these errors were encountered: