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

Merge branch 'determine-sharding-key-feature-category-consumables_cost_management' into 'master'

Add sharding keys for consumables_cost_management

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



Merged-by: default avatarTiger Watson <twatson@gitlab.com>
Approved-by: default avatarTiger Watson <twatson@gitlab.com>
Approved-by: default avatarVijay Hawoldar <vhawoldar@gitlab.com>
Co-authored-by: default avatarDylan Griffith <dyl.griffith@gmail.com>
No related branches found
No related tags found
无相关合并请求
...@@ -8,3 +8,5 @@ description: Keeps update schedules for namespace_root_storage_statistics ...@@ -8,3 +8,5 @@ description: Keeps update schedules for namespace_root_storage_statistics
introduced_by_url: https://gitlab.com/gitlab-org/gitlab-foss/-/merge_requests/29570 introduced_by_url: https://gitlab.com/gitlab-org/gitlab-foss/-/merge_requests/29570
milestone: '12.1' milestone: '12.1'
gitlab_schema: gitlab_main_cell gitlab_schema: gitlab_main_cell
sharding_key:
namespace_id: namespaces
...@@ -7,4 +7,12 @@ feature_categories: ...@@ -7,4 +7,12 @@ feature_categories:
description: Contains limits for namespace features like storage and ci description: Contains limits for namespace features like storage and ci
introduced_by_url: https://gitlab.com/gitlab-org/gitlab/-/merge_requests/34746 introduced_by_url: https://gitlab.com/gitlab-org/gitlab/-/merge_requests/34746
milestone: '13.2' milestone: '13.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
sharding_key:
namespace_id: namespaces
--- ---
table_name: namespaces_storage_limit_exclusions table_name: namespaces_storage_limit_exclusions
classes: classes:
- Namespaces::Storage::LimitExclusion - Namespaces::Storage::LimitExclusion
feature_categories: feature_categories:
- consumables_cost_management - consumables_cost_management
description: | description: Stores namespaces that are excluded from the storage limit. Any namespaces
Stores namespaces that are excluded from the storage limit. that are included in this table will not have storage limitations applied.
Any namespaces that are included in this table will not have storage limitations applied.
introduced_by_url: https://gitlab.com/gitlab-org/gitlab/-/merge_requests/108449 introduced_by_url: https://gitlab.com/gitlab-org/gitlab/-/merge_requests/108449
milestone: '15.9' milestone: '15.9'
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
sharding_key:
namespace_id: namespaces
0% 加载中 .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册