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

Improve Task Query Performance in PostgreSQL

XMLWordPrintable

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

      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).

        This is the controller panel for Smart Panels app

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

                Created:
                Updated: