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/ci_namespace_mirrors.yml')
-rw-r--r--db/docs/ci_namespace_mirrors.yml9
1 files changed, 9 insertions, 0 deletions
diff --git a/db/docs/ci_namespace_mirrors.yml b/db/docs/ci_namespace_mirrors.yml
new file mode 100644
index 00000000000..31349cfa94c
--- /dev/null
+++ b/db/docs/ci_namespace_mirrors.yml
@@ -0,0 +1,9 @@
+---
+table_name: ci_namespace_mirrors
+classes:
+- Ci::NamespaceMirror
+feature_categories:
+- sharding
+description: Mirrors some data from the `main` database into the `ci` database so that we can join directly in a single query
+introduced_by_url: https://gitlab.com/gitlab-org/gitlab/-/merge_requests/75621
+milestone: '14.6'