Skip to content

Use partial index on `merge_request_id`

Shinya Maeda requested to merge partial-index-for-merge_request_id into master

What does this MR do?

We added merge_request_id column to ci_pipelines table, however, more than half of the rows will not have merge_request_id. We should switch to partial index in order to reduce the Disk IO operation by writing indexes.

What are the relevant issue numbers?

Close https://gitlab.com/gitlab-org/gitlab-ce/issues/54913

Does this MR meet the acceptance criteria?

Edited by Shinya Maeda

Merge request reports