Skip to content

Async create index for env state updated at

Hunter Stewart requested to merge hustewart-create-index-env-state into master

Why

See Add async index for environments recovery (#427899 - closed)

We want to add an index to make a future query more performant. Following the steps in https://docs.gitlab.com/ee/development/database/adding_database_indexes.html#create-indexes-asynchronously

  • add async prepare post migration to add index

Merge request reports