From 3933ea7ead472fb1ba084632df204d7345c2253c Mon Sep 17 00:00:00 2001
From: Marius Bobin <mbobin@gitlab.com>
Date: Wed, 14 Feb 2024 09:18:09 +0000
Subject: [PATCH] Update CI data decay timeline

---
 doc/architecture/blueprints/ci_data_decay/index.md | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/doc/architecture/blueprints/ci_data_decay/index.md b/doc/architecture/blueprints/ci_data_decay/index.md
index 25ce71a3a6fe2..cb67fd2427003 100644
--- a/doc/architecture/blueprints/ci_data_decay/index.md
+++ b/doc/architecture/blueprints/ci_data_decay/index.md
@@ -240,3 +240,6 @@ In progress.
 - 2022-06-31: [Pipeline partitioning design](pipeline_partitioning.md) document [merge request](https://gitlab.com/gitlab-org/gitlab/-/merge_requests/87683) merged.
 - 2022-09-01: Engineering effort started to implement partitioning.
 - 2022-11-01: The fastest growing CI table partitioned: `ci_builds_metadata`.
+- 2023-06-30: The second largest table partitioned: `ci_builds`.
+- 2023-12-12: `ci_builds` and `ci_builds_metadata` growth is stopped by writing data to new partitions.
+- 2024-02-05: `ci_pipeline_variables` is partitioned.
-- 
GitLab