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_queued_actions.yml')
-rw-r--r--db/docs/postgres_reindex_queued_actions.yml11
1 files changed, 11 insertions, 0 deletions
diff --git a/db/docs/postgres_reindex_queued_actions.yml b/db/docs/postgres_reindex_queued_actions.yml
new file mode 100644
index 00000000000..7955d000f8c
--- /dev/null
+++ b/db/docs/postgres_reindex_queued_actions.yml
@@ -0,0 +1,11 @@
+---
+table_name: postgres_reindex_queued_actions
+classes:
+- Gitlab::Database::Reindexing::QueuedAction
+feature_categories:
+- database
+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'