Skip to content
代码片段 群组 项目
未验证 提交 c04b40d4 编辑于 作者: Alper Akgun's avatar Alper Akgun 提交者: GitLab
浏览文件

Merge branch 'determine-desired-sharding-key-feature-category-importers' into 'master'

Add desired sharding keys for importers

See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/144856



Merged-by: default avatarAlper Akgun <aakgun@gitlab.com>
Approved-by: default avatarJames Nutt <jnutt@gitlab.com>
Approved-by: default avatarAlper Akgun <aakgun@gitlab.com>
Co-authored-by: default avatarManoj M J <mmj@gitlab.com>
No related branches found
No related tags found
无相关合并请求
...@@ -7,4 +7,19 @@ feature_categories: ...@@ -7,4 +7,19 @@ feature_categories:
description: Used to track the generation of relation export files for projects description: Used to track the generation of relation export files for projects
introduced_by_url: https://gitlab.com/gitlab-org/gitlab/-/merge_requests/90624 introduced_by_url: https://gitlab.com/gitlab-org/gitlab/-/merge_requests/90624
milestone: '15.2' milestone: '15.2'
gitlab_schema: gitlab_main gitlab_schema: gitlab_main_cell
allow_cross_joins:
- gitlab_main_clusterwide
allow_cross_transactions:
- gitlab_main_clusterwide
allow_cross_foreign_keys:
- gitlab_main_clusterwide
desired_sharding_key:
project_id:
references: projects
backfill_via:
parent:
foreign_key: project_export_job_id
table: project_export_jobs
sharding_key: project_id
belongs_to: project_export_job
0% 加载中 .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册