An error occurred while fetching reviewers.
Add project ID index to `project_authorizations` table to optimize queries
As described in #27443 (closed), 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 (closed)
Merge request reports
Activity
Filter activity
added database label
mentioned in issue #27443 (closed)
enabled an automatic merge when the pipeline for fff098e4 succeeds
mentioned in commit adc0e41f
@stanhu I think we can take the load, but we surely need the performance improvement.
mentioned in issue #27510 (closed)
Please register or sign in to reply