-
- Downloads
Add relaxed sharding keys for source_code_management
Add relaxed sharding keys for feature category `source_code_management`. These tables have been identified as [cell local tables](https://docs.gitlab.com/ee/development/database/multiple_databases.html#guidelines-on-choosing-between-gitlab_main_cell-and-gitlab_main_clusterwide-schema). All cell local tables require a [sharding key](https://docs.gitlab.com/ee/development/database/multiple_databases.html#defining-a-sharding-key-for-all-cell-local-tables). A "relaxed" sharding key has been automatically selected for these tables, referencing either `projects` or `namespaces`, or a combination of both. The term "relaxed" is used because: - normally, a sharding key needs to have a NOT NULL constraint on the database. - But, "relaxed" sharding keys do not have NOT NULL constraints. However, we have verified via database-lab that these columns do not contain any NULL values across any rows in the table. This means that while the NOT NULL constraint is missing, the data itself is clean, so we can always add a NOT NULL constraint after the classification of these tables are completed. Reviwer, please confirm that each table should indeed be cell local, and that the selected column is an appropriate sharding key. When you are finished, please request a review from the database maintainer suggested by Danger. If you have any questions or concerns, reach out to `@manojmj` or `@tigerwnz`. If you would like to go through similar merged MRs so as to gather an understanding on this topic, you can use [this](https://gitlab.com/gitlab-org/gitlab/-/merge_requests?scope=all&state=merged&label_name[]=automation%3Agitlab-housekeeper-authored) link. This change was generated by [gitlab-housekeeper](https://gitlab.com/gitlab-org/gitlab/-/tree/master/gems/gitlab-housekeeper) using the Keeps::DetermineRelaxedShardingKey keep. To provide feedback on your experience with `gitlab-housekeeper` please comment in <#442003>. Changelog: other
parent
7fa722c0
No related branches found
No related tags found
-
mentioned in merge request kubitus-project/kubitus-installer!2945 (merged)
-
mentioned in merge request !151361 (closed)
-
mentioned in merge request !150249 (merged)
-
mentioned in merge request !151318 (merged)
Please register or sign in to comment