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

Improve Task Query Performance in PostgreSQL

    XMLWordPrintable

Details

    • Task
    • Resolution: Unresolved
    • L3 - Default
    • None
    • None
    • engine

    Description

      Given:
      A large PostgreSQL Task data set;

      When:
      Tasks are obtained for some given filter criteria.

      Then:
      The Task query is slow and inefficient because of the expensive sort operation caused by the DISTINCT statement.

      Expected:
      The Task Query is optimized by using the PostgreSQL DISTINCT ON statement when default ordering is used (by Task ID).

      mgm-controller-panel

        This is the controller panel for Smart Panels app

        Attachments

          Issue Links

            Activity

              People

                Unassigned Unassigned
                nikola.koevski Nikola Koevski
                Votes:
                0 Vote for this issue
                Watchers:
                1 Start watching this issue

                Dates

                  Created:
                  Updated:

                  Salesforce