Skip to content

Rebuild trigram indexes.

Andreas Brandl requested to merge ab-db14-rebuild-trigrm-indexes into master

What does this MR do?

This MR rebuilds all trigram indexes we have.

Migration process (upwards) can be viewed here: https://gitlab.com/gitlab-org/gitlab-ce/snippets/1721534 Down: https://gitlab.com/gitlab-org/gitlab-ce/snippets/1721536 (although there's nothing to clean up obviously)

Are there points in the code the reviewer needs to double check?

Consistency, especially when aborting the migration in the middle of it (or what happens if it fails).

Why was this MR needed?

See gitlab-com/database#14 (moved).

Does this MR meet the acceptance criteria?

What are the relevant issue numbers?

gitlab-com/database#14 (moved)

Edited by Andreas Brandl

Merge request reports