Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'db/docs/postgres_reindex_actions.yml')
-rw-r--r--db/docs/postgres_reindex_actions.yml12
1 files changed, 12 insertions, 0 deletions
diff --git a/db/docs/postgres_reindex_actions.yml b/db/docs/postgres_reindex_actions.yml
new file mode 100644
index 00000000000..d7297454d6a
--- /dev/null
+++ b/db/docs/postgres_reindex_actions.yml
@@ -0,0 +1,12 @@
+---
+table_name: postgres_reindex_actions
+classes:
+- Gitlab::Database::Reindexing::ReindexAction
+feature_categories:
+- database
+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'