gitlab-org--gitlab-foss/changelogs/unreleased/sh-add-project-id-index-project-authorizations.yml
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

4 lines
109 B
YAML

---
title: Add project ID index to `project_authorizations` table to optimize queries
merge_request:
author: