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

XMLWordPrintable

    • Type: Bug
    • Resolution: Fixed
    • Priority: Low
    • Component/s: 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

            Assignee:
            Eric Dalgliesh
            Reporter:
            Michael Andreacchio
            Votes:
            1 Vote for this issue
            Watchers:
            6 Start watching this issue

              Created:
              Updated:
              Resolved: