Uploaded image for project: 'camunda BPM'
  1. camunda BPM
  2. CAM-8727

Query with slow performance

    XMLWordPrintable

Details

    • Bug Report
    • Resolution: Duplicate
    • L3 - Default
    • None
    • 7.8.0
    • None

    Description

      We've found the query bellow taking around 7s to finish.

      As far as we checked, the query is doing a full table scan.

      Database version: MySQL 5.6.35-log

      We are afraid of serious performance degradation on the nearby future.

      select distinct RES.* FROM ACT_HI_ACTINST RES left JOIN ( SELECT A.* FROM ACT_RU_AUTHORIZATION A WHERE A.TYPE_ < 2 AND ( A.USER_ID_ in ( ?, '') OR A.GROUP_ID_ IN ( ? , ? , ? , ? ) ) AND ( ( A.RESOURCE_TYPE_ = ? AND A.PERMS_ & ? = ? ) ) ) AUTH ON (AUTH.RESOURCE_ID_ in (RES.PROC_DEF_KEY_, '')) WHERE AUTH.RESOURCE_ID_ IS NOT NULL order by RES.START_TIME_ desc LIMIT ? OFFSET ?

      mgm-controller-panel

        This is the controller panel for Smart Panels app

        Attachments

          Activity

            People

              matthijs.burke Matthijs
              luis_heckler@sicredi.com.br Luís Fernando Heckler
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Salesforce