Add latest changes from gitlab-org/gitlab@master

This commit is contained in:
GitLab Bot 2024-11-14 06:28:20 +00:00
parent 8a672f9919
commit 00dc78ee0e
1 changed files with 1 additions and 0 deletions

View File

@ -600,6 +600,7 @@ Use the asynchronous index helpers on your local environment to test changes for
1. Run `bundle exec rails gitlab:db:execute_async_index_operations:all` so that the index is created asynchronously on all databases.
<!-- markdownlint-enable MD044 -->
1. To verify the index, open the PostgreSQL console using the [GDK](https://gitlab.com/gitlab-org/gitlab-development-kit/-/blob/main/doc/howto/postgresql.md) command `gdk psql` and run the command `\d <index_name>` to check that your newly created index exists.
- For indexes created on partitions, check that a unique name has been autogenerated for that table `\d gitlab_partitions_dynamic.<table_name>`
## Drop indexes asynchronously