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

Performance: Do not request count-numbers when only resorting

XMLWordPrintable

    • Icon: Task Task
    • Resolution: Fixed
    • Icon: P3: Somewhat important P3: Somewhat important
    • Qt Creator 16.0.0-beta2
    • Qt Creator 15.0.0
    • Axivion
    • None
    • 890fd56cc (16.0)

      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.

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

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

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes