Commit Graph

2 Commits

Author SHA1 Message Date
Douwe Maan 5d9762b3b5 Add cop to ensure reversibility of add_concurrent_index 2017-03-07 10:09:01 -06:00
Stan Hu a8f2fceadd 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
2016-11-06 14:00:09 -08:00