Commit 44b8cb95 authored by Marcia Ramos's avatar Marcia Ramos

Merge branch 'ali/update-db-review-docs-for-db-testing' into 'master'

Add database testing job to DB review guidelines

See merge request gitlab-org/gitlab!64122
parents 4ca44666 2dd86df3
......@@ -117,6 +117,8 @@ test its execution using `CREATE INDEX CONCURRENTLY` in the `#database-lab` Slac
- If the execution from `#database-lab` is longer than `1h`, the index should be moved to a [post-migration](post_deployment_migrations.md).
Keep in mind that in this case you may need to split the migration and the application changes in separate releases to ensure the index
will be in place when the code that needs it will be deployed.
- Trigger the [database testing](../architecture/blueprints/database_testing/index.md) job (`db:gitlabcom-database-testing`) in the `test` stage.
- Review migration runtimes and any warnings.
#### Preparation when adding or modifying queries
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment