Commit 05208bea authored by Alex Ives's avatar Alex Ives

Merge branch 'ab/dict-updates' into 'master'

Update database dictionary for a few database group tables

See merge request gitlab-org/gitlab!85372
parents b88f8702 e87bce24
......@@ -4,6 +4,8 @@ classes:
- Gitlab::Database::AsyncIndexes::PostgresAsyncIndex
feature_categories:
- database
description: TODO
description: >-
Contains a queue-like structure for database indexes scheduled to be created asynchronously.
See https://docs.gitlab.com/ee/development/adding_database_indexes.html#create-indexes-asynchronously for more details.
introduced_by_url: https://gitlab.com/gitlab-org/gitlab/-/merge_requests/66478
milestone: '14.2'
......@@ -4,6 +4,9 @@ classes:
- Gitlab::Database::Reindexing::ReindexAction
feature_categories:
- database
description: TODO
description: >-
Captures details about reindexing operations on a per-index basis.
See https://docs.gitlab.com/ee/administration/raketasks/maintenance.html#rebuild-database-indexes
for details about reindexing.
introduced_by_url: https://gitlab.com/gitlab-org/gitlab/-/merge_requests/43156
milestone: '13.5'
......@@ -4,6 +4,8 @@ classes:
- Gitlab::Database::Reindexing::QueuedAction
feature_categories:
- database
description: TODO
description: >-
Contains a queue-like structure for reindexing actions.
Actions in this queue will be prioritized over regular reindexing actions.
introduced_by_url: https://gitlab.com/gitlab-org/gitlab/-/merge_requests/73480
milestone: '14.5'
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