gitlab-org--gitlab-foss/db
Stan Hu fff098e4bd Add project ID index to `project_authorizations` table to optimize queries
As described in #27443, the `project_authorizations` table is often used to retrieve
all team members of this project. This can lead to a number of slow queries impacting
load times. This MR adds an index for just `project_id`.

Closes #27443
2017-01-30 12:52:25 -08:00
..
fixtures Fix race conditions for AuthorizedProjectsWorker 2017-01-25 13:22:15 +01:00
migrate Add project ID index to `project_authorizations` table to optimize queries 2017-01-30 12:52:25 -08:00
post_migrate Reject projects without namespace 2017-01-24 11:25:43 +01:00
schema.rb Add project ID index to `project_authorizations` table to optimize queries 2017-01-30 12:52:25 -08:00
seeds.rb