Commit 7cc9c5a2 authored by Mayra Cabrera's avatar Mayra Cabrera

Merge branch '359363-update-team-owned-tables-details' into 'master'

Add db/docs descriptions for sharding team

See merge request gitlab-org/gitlab!85352
parents e4d3b5aa 49d59cd7
......@@ -4,6 +4,6 @@ classes:
- Ci::NamespaceMirror
feature_categories:
- sharding
description: TODO
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'
......@@ -4,6 +4,6 @@ classes:
- Ci::ProjectMirror
feature_categories:
- sharding
description: TODO
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'
......@@ -4,6 +4,6 @@ classes:
- LooseForeignKeys::DeletedRecord
feature_categories:
- sharding
description: TODO
description: Used by the loose foreign keys feature as a queue of parent records whose child records (via foreign keys) need to be deleted/nullified
introduced_by_url: https://gitlab.com/gitlab-org/gitlab/-/merge_requests/70152
milestone: '14.3'
......@@ -4,6 +4,6 @@ classes:
- Namespaces::SyncEvent
feature_categories:
- sharding
description: TODO
description: Used as a queue of data that needs to be synchronized between the `ci` and `main` database
introduced_by_url: https://gitlab.com/gitlab-org/gitlab/-/merge_requests/75517
milestone: '14.6'
......@@ -4,6 +4,6 @@ classes:
- Projects::SyncEvent
feature_categories:
- sharding
description: TODO
description: Used as a queue of data that needs to be synchronized between the `ci` and `main` database
introduced_by_url: https://gitlab.com/gitlab-org/gitlab/-/merge_requests/75517
milestone: '14.6'
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