diff options
author | Stan Hu <stanhu@gmail.com> | 2017-01-30 12:50:47 -0800 |
---|---|---|
committer | Stan Hu <stanhu@gmail.com> | 2017-01-30 12:52:25 -0800 |
commit | fff098e4bd68bbd1ebc59720e05da887ba19f9f9 (patch) | |
tree | d0f2d4332abec688641fb5201e5ea2aae727e83e /lib/api | |
parent | 3995baad6aeabfaba1ae5e9f867ed66ce3e6038a (diff) | |
download | gitlab-ce-fff098e4bd68bbd1ebc59720e05da887ba19f9f9.tar.gz |
Add project ID index to `project_authorizations` table to optimize queriessh-add-project-id-index-project-authorizations
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
Diffstat (limited to 'lib/api')
0 files changed, 0 insertions, 0 deletions