[Rt-devel] Constantly updating attachments?
David Kerry
dkrt at navahonetworks.com
Fri Jan 14 14:14:31 EST 2005
I've been looking at the sql queries RT has been using to see if some
operations can be sped up... anyway, I discovered this one that
popped out when viewing an individual ticket:
SELECT content FROM Attachments WHERE id = '279982';
followed immediately after by this:
UPDATE Attachments SET Headers= '......' WHERE id= '279982';
This seems a little odd - RT updates the attachments on a ticket even
when I'm just viewing it?
--
David Kerry
More information about the Rt-devel
mailing list