Skip to content

Composite index on organization_id and id in projects table

What does this MR do and why?

Replaces the current index on organization_id with composite index on (organization_id, id)

Changelog: other

How to set up and validate locally

Run bin/rails db:migrate

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

Related to #431849 (closed)

Merge request reports