Uploaded image for project: 'Qt Creator'
  1. Qt Creator
  2. QTCREATORBUG-31998

Performance: Do not request count-numbers when only resorting

    XMLWordPrintable

Details

    • 890fd56cc (16.0)

    Description

      Two adjacent issuelist data-requests, when the only change in the request is in the sorting parameters, don't need to request count number (totalRowCount, totalAddedCount, totalRemovedCount) via the parameter computeTotalRowCount=true, because the count values won't change from the first to the second request. This should speed up responses as the server does not need to issues one or several "SELECT COUNT() .."-queries to compute those numbers.

      Attachments

        Issue Links

          For Gerrit Dashboard: QTCREATORBUG-31998
          # Subject Branch Project Status CR V

          Activity

            People

              cstenger Christian Stenger
              daniel_hofmann Daniel Hofmann
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Gerrit Reviews

                  There are no open Gerrit changes