Add an index for project_id in project_import_data to improve
performance We see that many slow queries on GitLab.com are dominated by finding the project import data for a specific project. Adding an index is the most straightforward way of fixing this. Closes #23748
Showing
Please register or sign in to comment