-
Type:
Suggestion
-
Resolution: Fixed
-
Component/s: Database - MSSQL Server
-
None
-
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.
- is related to
-
BSERV-20517 Improve efficiency of RepositoryService.findByProjectKey() case-insensitive sort at large repository counts
- Gathering Interest