mirror of
https://gitlab.com/gitlab-org/gitlab-foss.git
synced 2025-07-23 00:47:51 +00:00
15 lines
455 B
YAML
15 lines
455 B
YAML
---
|
|
table_name: p_batched_git_ref_updates_deletions
|
|
classes:
|
|
- BatchedGitRefUpdates::Deletion
|
|
feature_categories:
|
|
- gitaly
|
|
description: Acts as a queue for refs that need to be deleted in Gitaly. This allows
|
|
us to batch deletes rather than sending them one at a time.
|
|
introduced_by_url: https://gitlab.com/gitlab-org/gitlab/-/merge_requests/125333
|
|
milestone: '16.3'
|
|
gitlab_schema: gitlab_main_cell
|
|
sharding_key:
|
|
project_id: projects
|
|
table_size: small
|