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

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

    XMLWordPrintable

Details

    • Bug
    • Resolution: Fixed
    • Low
    • None

    Description

      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

      Attachments

        Issue Links

          Activity

            People

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

              Dates

                Created:
                Updated:
                Resolved: