Slow queries on incident_metric database views
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-22-2017 03:06 AM
Hi all,
We are facing slowness issues when querying the OOB table incident_metric.
Almost 33 seconds to open the following list :
I had a look to the artcle Improve performance: database indexes and slow queries and tried to apply the recommandations, but I did not succeed to enhance the performance.
Well I am not confortable with mySql issues, maybe I have done things wrong.
In the meantime, I don't understand why we get slowness issues in OOB database view ? Shall we apply index table even if it's a OOB table ?
Any idea ?
Thank you

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-03-2018 11:42 AM
Hello Hamza,
Adding index definitely help. You can raise incident with Performance team to fine tune the sql.
Also try adding active = true in the filter might help to load faster.
Thanks