Commit Graph

3 Commits

Author SHA1 Message Date
blackst0ne 9997c58fc0 Add remove_concurrent_index to database helper 2017-04-06 09:53:57 +11:00
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