From a8f63f201972c5c1f66d7e3c4beb54803752a7ed Mon Sep 17 00:00:00 2001 From: GitLab Bot Date: Tue, 12 Jan 2021 00:10:42 +0000 Subject: Add latest changes from gitlab-org/gitlab@master --- doc/development/adding_database_indexes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/development/adding_database_indexes.md') diff --git a/doc/development/adding_database_indexes.md b/doc/development/adding_database_indexes.md index 65d27b542cb..01904d37883 100644 --- a/doc/development/adding_database_indexes.md +++ b/doc/development/adding_database_indexes.md @@ -203,7 +203,7 @@ There may be times when an index is only needed temporarily. For example, in a migration, a column of a table might be conditionally updated. To query which columns need to be updated within the [query performance guidelines](query_performance.md), an index is needed that would otherwise -not be used. +not be used. In these cases, a temporary index should be considered. To specify a temporary index: -- cgit v1.2.1