<div dir="ltr">I am having a strange performance problem viewing tickets in a recent installation of RT v4.0.13 on RHEL6.4.  DB is Postgres 9.2.<div><br></div><div>I think the problem is related to SearchBuilder.<br><div><br>

</div><div>I have only about 20 tickets in the db, and when viewing a ticket, it can take up to 10+ secs to display the ticket.</div><div><br></div><div>The problem doesn't happen everytime, but when it does, I have hundreds (if not thousands) of the following query being executed:</div>

<div><br></div></div><div><div>    SELECT consrc FROM pg_catalog.pg_constraint WHERE contype = 'c' AND conrelid = 75880 AND conkey = '{5}'</div></div><div><div><br></div><div>each query iwth different conrelid and conkey values.</div>

<div><br></div><div>A short time ago, I discovered that this problem doesn't *seem* to happen if I log out and log back in.  But if I leave a user logged in overnight, then re-use the same session, the problem seems to occur.</div>

<div><br></div><div>Grep'ping through code shows that this statement is in DBD:Pg column_info().  That doesn't seem to be directly called from RT, but is part from SearchBuilder.</div><div><br></div><div>I'm afraid that's all I've got to go on for now.  Any suggestions on how to narrow down and eventually remove this issue?</div>

<div><br></div><div><div><br></div><div>Thanks,</div><div>Richard</div>
</div></div></div>