Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
8276e756
Commit
8276e756
authored
Dec 03, 2021
by
Jackie Porter
Committed by
Grzegorz Bizon
Jan 07, 2022
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add minor changes to the CI/CD time decay blueprint
parent
12491bd1
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
doc/architecture/blueprints/ci_data_decay/index.md
doc/architecture/blueprints/ci_data_decay/index.md
+2
-2
No files found.
doc/architecture/blueprints/ci_data_decay/index.md
View file @
8276e756
...
...
@@ -16,7 +16,7 @@ and has become [one of the most beloved CI/CD solutions](https://about.gitlab.co
On February 1st, 2021, a billionth CI/CD build was created and the number of
builds is growing exponentially. We expect to see 20M builds created daily on
GitLab.com in
the late of
2024.
GitLab.com in
late
2024.
GitLab CI/CD has come a long way since the initial release, but the design of
the data storage for pipeline builds remains almost the same since 2012. In
...
...
@@ -71,7 +71,7 @@ Currently, storing pipeline processing data is expensive as this kind of CI/CD
data represents a significant portion of data stored in CI/CD tables. Once we
restrict access to processing archived pipelines, we can move this metadata to
a different place - preferably object storage - and make it accessible on
demand, when it is really needed again (for example for compliance purposes).
demand, when it is really needed again (for example for compliance
or auditing
purposes).
Epic: [Link]
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment