We couldn't load all Actvitity tabs. Refresh the page to try again.
If the problem persists, contact your Jira admin.
Uploaded image for project: 'camunda BPM'
  1. camunda BPM
  2. CAM-12073

Improve Task Query Performance in PostgreSQL

    • 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

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

            Improve Task Query Performance in PostgreSQL

              • 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:

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

                                Created:
                                Updated: