Uploaded image for project: 'Jira Platform Cloud'
  1. Jira Platform Cloud
  2. JRACLOUD-66614

Searchable Fields Slow - Get a sorted list of searchable fields is more than 160 times slower

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Low Low
    • None

      Get a sorted list of searchable fields is more than 160 times slower in JIRA 6 than in JIRA 5.2. This comes from the fact that translatable field names was introduced in JIRA 6 which means that JIRA has to get a property set for each field where the translated name is stored for that field when it get the field's name now.

      These property sets should be cached but it looks like if there is a high number of fields most of the caches are empty and have to be looked up from the DB from scratch which is taking all the time.

      We need to introduce a more performant field name cache in JIRA.

      Workaround
      Upgrade to JIRA 6.0.1

              edalgliesh Eric Dalgliesh
              mandreacchio Michael Andreacchio
              Votes:
              1 Vote for this issue
              Watchers:
              6 Start watching this issue

                Created:
                Updated:
                Resolved: