OloladeShelle
Level 2
since ‎19-05-19
‎18-03-24

User Statistics

  • 0 Posts
  • 0 Answers
  • 0 Likes given
  • 3 Likes received

User Activity

We noticed the following SQL query runs which causes a block on the Blue prims database and causes performance issues:SELECT count(*) as TotalItems   FROM BPVWorkQueueItem i   LEFT JOIN BPVSessionInfo s   ON i.sessionid = s.sessionid   WHERE i.queuei...