Hi,
We're having issues with our Jira instance where it is either taking a long time to open the edit screen, or eventually timing out without opening the screen at all.
We've tracked it down to having the Assignee field included on the edit screen - if it's included on that screen it is either slow or times out, if it's removed from the edit screen then it opens almost instantly.
We've tried turning on the SQL logging and the below query seems to be taking a long time to run:
If we run this query directly against the database it runs quickly with no issues. This has only just started happening with Jira no changes that we're aware of.
Has anyone seen an issue like this before or know what we can try to resolve this issue?
Hi Will, Yes we managed to resolve it. In our case adding the indexes mentioned in this link instantly fixed it.
https://jira.atlassian.com/browse/JRASERVER-63002
CREATE UNIQUE INDEX JIRADBUSER.CHANGEGROUP_SCX1 ON JIRADBUSER.CHANGEGROUP (ISSUEID, ID) TABLESPACE JIRA_DATA;
CREATE INDEX JIRADBUSER.CHANGEITEM_SCX1 ON JIRADBUSER.CHANGEITEM (GROUPID, FIELD) TABLESPACE JIRA_DATA;
Hey David, did you ever get an answer or fix for this?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.