Improve efficiency of RepositoryService.findByProjectKey() at large repository counts

XMLWordPrintable

    • 1
    • 1

      • RepositoryService.findByProjectKey() sorts results case-insensitively by repository name.
      • For projects with large repository counts, this requires a full sort on the filtered result set on every execution, which can become expensive under concurrent load.
      • Pagination also contributes to increased execution time as database has to find and then discard results.

              Assignee:
              Unassigned
              Reporter:
              Priyata Waje
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

                Created:
                Updated:
                Resolved: