-
Suggestion
-
Resolution: Won't Fix
-
None
NOTE: This suggestion is for JIRA Cloud. Using JIRA Server? See the corresponding suggestion.
I am creating this issue as per the feedback from one of our customers.
He reported that after his DBA reviewed their AWR reports, they noticed that a query to the PROPERTYENTRY table (copied below) was among the top queries by elapsed time and CPU time, gets and executions.
SELECT ID, ENTITY_NAME, ENTITY_ID, PROPERTY_KEY, propertytype FROM propertyentry WHERE ENTITY_NAME=:1 AND ENTITY_ID=:2 AND PROPERTY_KEY=:3
After modifying an existing index for this table , they saw an improvement of 35 times in the access speed and CPU usage.
This might be Oracle-specific, but I think we should review whether this index should not be modified during the JIRA installation.
- is related to
-
JRASERVER-38825 Improve Database Indexes to the PROPERTYENTRY Table
- Closed
-
JSWCLOUD-6925 Investigate SQL query count executed for a single request
- Gathering Interest