Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
2dd86df3
Commit
2dd86df3
authored
Jun 17, 2021
by
Alishan Ladhani
Committed by
Marcia Ramos
Jun 17, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add database testing job to DB review guidelines
parent
4ca44666
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
doc/development/database_review.md
doc/development/database_review.md
+2
-0
No files found.
doc/development/database_review.md
View file @
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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment