Commit ec36d005 authored by Alex Ives's avatar Alex Ives

Merge branch 'document-partitioning-tables' into 'master'

Document partitioning tables for Database Dictionary

See merge request gitlab-org/gitlab!85331
parents 01065e33 a35277d7
......@@ -4,6 +4,14 @@ classes:
- Postgresql::DetachedPartition
feature_categories:
- database
description: TODO
description: >
The detached_partitions table stores information about partitions in the gitlab_partitions_dynamic schema that
have been scheduled for drop, but not yet dropped.
These partitions were created by the Gitlab::Database::Partitioning::PartitionManager, and then detached from their
parent tables and added to this table when no longer part of the active partition set. Partitions are scheduled for
deletion one week after detachment.
Rows in this table are processed by Database::DropDetachedPartitionsWorker, which runs once a day.
introduced_by_url: https://gitlab.com/gitlab-org/gitlab/-/merge_requests/67056
milestone: '14.2'
---
table_name: partitioned_foreign_keys
classes: []
feature_categories:
- database
description: TODO
introduced_by_url: https://gitlab.com/gitlab-org/gitlab/-/commit/9af97ee69a36de1dc4e73f4030d6316d3f0a82c5
milestone: '13.0'
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