Commit 8d8e1619 authored by Grzegorz Bizon's avatar Grzegorz Bizon

Merge branch 'blueprint/gb/update-ci-scaling-blueprint' into 'master'

Update CI Scale blueprint with status and new DRIs

See merge request gitlab-org/gitlab!73277
parents 8d4a4a85 82fa591c
...@@ -60,6 +60,9 @@ that have the same problem. ...@@ -60,6 +60,9 @@ that have the same problem.
Primary keys problem will be tackled by our Database Team. Primary keys problem will be tackled by our Database Team.
Status: As of October 2021 the primary keys in CI tables have been migrated to
big integers.
### The table is too large ### The table is too large
There is more than a billion rows in `ci_builds` table. We store more than 2 There is more than a billion rows in `ci_builds` table. We store more than 2
...@@ -111,6 +114,12 @@ table that will accelerate SQL queries used to build ...@@ -111,6 +114,12 @@ table that will accelerate SQL queries used to build
queues](https://gitlab.com/gitlab-org/gitlab/-/issues/322766) and we want to queues](https://gitlab.com/gitlab-org/gitlab/-/issues/322766) and we want to
explore them. explore them.
Status: the new architecture [has been implemented on GitLab.com](https://gitlab.com/groups/gitlab-org/-/epics/5909#note_680407908).
The following epic tracks making it generally available: [Make the new pending
builds architecture generally available](
https://gitlab.com/groups/gitlab-org/-/epics/6954).
### Moving big amounts of data is challenging ### Moving big amounts of data is challenging
We store a significant amount of data in `ci_builds` table. Some of the columns We store a significant amount of data in `ci_builds` table. Some of the columns
...@@ -127,6 +136,8 @@ columns, tables, partitions or database shards. ...@@ -127,6 +136,8 @@ columns, tables, partitions or database shards.
Effort to improve background migrations will be owned by our Database Team. Effort to improve background migrations will be owned by our Database Team.
Status: In progress.
### Development velocity is negatively affected ### Development velocity is negatively affected
Team members and the wider community members are struggling to contribute the Team members and the wider community members are struggling to contribute the
...@@ -168,7 +179,12 @@ target](https://gitlab.com/groups/gitlab-org/-/epics/5745) epic. ...@@ -168,7 +179,12 @@ target](https://gitlab.com/groups/gitlab-org/-/epics/5745) epic.
## Status ## Status
In progress. |-------------|--------------|
| Created at | 21.01.2021 |
| Approved at | 26.04.2021 |
| Updated at | 28.10.2021 |
Status: In progress.
## Who ## Who
...@@ -180,7 +196,7 @@ Proposal: ...@@ -180,7 +196,7 @@ Proposal:
|------------------------------|-------------------------| |------------------------------|-------------------------|
| Author | Grzegorz Bizon | | Author | Grzegorz Bizon |
| Architecture Evolution Coach | Kamil Trzciński | | Architecture Evolution Coach | Kamil Trzciński |
| Engineering Leader | Darby Frey | | Engineering Leader | Cheryl Li |
| Product Manager | Jackie Porter | | Product Manager | Jackie Porter |
| Domain Expert / Verify | Fabio Pitino | | Domain Expert / Verify | Fabio Pitino |
| Domain Expert / Database | Jose Finotto | | Domain Expert / Database | Jose Finotto |
...@@ -190,7 +206,7 @@ DRIs: ...@@ -190,7 +206,7 @@ DRIs:
| Role | Who | Role | Who
|------------------------------|------------------------| |------------------------------|------------------------|
| Leadership | Darby Frey | | Leadership | Cheryl Li |
| Product | Jackie Porter | | Product | Jackie Porter |
| Engineering | Grzegorz Bizon | | Engineering | Grzegorz Bizon |
......
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