-
Suggestion
-
Resolution: Unresolved
-
None
-
2
-
1
-
NOTE: This suggestion is for JIRA Server. Using JIRA Cloud? See the corresponding suggestion.
In enterprise instances, the number of custom fields and field configurations tend to increase rather fast, easily reaching more than a 1000, and JIRA struggles to handle this, especially in maintaining caches and performing permission checking.
There are some improvements that could be made to better scale on this.
Longer persistence of caching
Populating caches is expensive, as it locks out multiple operations that depend on it. Currently, most of our field caches expire every 30 minutes.
Expensive permission checking
High memory usage
- is related to
-
JRASERVER-68168 Make FieldLayoutCache population more efficient in Jira
- Gathering Interest
- relates to
-
JRASERVER-61166 Performance of JIRA Datacenter degrades significantly after customfields configuration task
- Gathering Impact
-
JRASERVER-68647 After successfully deleting custom fields on Jira Data Center some operations may result on NullPointerException on some nodes of the cluster
- Gathering Impact
- mentioned in
-
Page Loading...