Issue I am seeing a long running database query and am concerned about its impact on my environment: insert into DLFileRank (groupId, companyId, userId, createDate, fileEntryId, active_, fileRankId) values (:1 , :2 , :3 , :4 , :5 , :6 , :7 ) Environment Portal 6.2 Resolution Similar to...