Skip to content

Add an index for project_id in project_import_data to improve

Stan Hu requested to merge add-project-import-data-index into master

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 (closed)

Merge request reports