-
Type:
Bug
-
Resolution: Fixed
-
Priority:
Highest
-
Affects Version/s: 3.0.0
-
Component/s: Filters & Search
-
4
-
Severity 3 - Minor
Summary
Advanced Roadmaps (formerly Portfolio for Jira) long running thread on getRelevantCustomFieldIds() due to inefficient query causing Performance.
Details
Custom fields are loaded when a plan is being loaded. The query will retrieve a list of plan IDs (from AO_D9132D_PLAN) and then for each plan ID another query runs against AO_D9132D_PLAN_CUSTOM_FIELD to retrieve a list of the custom fields linked to that plan. When there are a large number of existing plans, it is slow to load custom fields for all plans.
Workaround
Not available at the moment
- is duplicated by
-
JPOSERVER-2898 Using Jira Portfolio JQL functions can cause the calling thread to stall waiting on database
-
- Closed
-
- links to
- relates to
-
JPO-14214 Loading...