diff options
author | GitLab Bot <gitlab-bot@gitlab.com> | 2020-01-30 00:09:09 +0000 |
---|---|---|
committer | GitLab Bot <gitlab-bot@gitlab.com> | 2020-01-30 00:09:09 +0000 |
commit | c36e59283ebcfd75281a9dda227ed060eeb5fbe7 (patch) | |
tree | 282c293bb93f3fc7798485b2410c47fdbf2cd50a /doc/development/scalability.md | |
parent | 27d314277bfe7fffec215efa9b1833a23bb82940 (diff) | |
download | gitlab-ce-c36e59283ebcfd75281a9dda227ed060eeb5fbe7.tar.gz |
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'doc/development/scalability.md')
-rw-r--r-- | doc/development/scalability.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/development/scalability.md b/doc/development/scalability.md index cc86a4b91a0..d4772bf3ea5 100644 --- a/doc/development/scalability.md +++ b/doc/development/scalability.md @@ -96,7 +96,7 @@ A recent [database checkup shows a breakdown of the table sizes on GitLab.com](https://gitlab.com/gitlab-com/gl-infra/infrastructure/issues/8022#master-1022016101-8). Since `merge_request_diff_files` contains over 1 TB of data, we will want to reduce/eliminate this table first. GitLab has support for [storing diffs in -object storage](../administration/merge_request_diffs.html), which we [will +object storage](../administration/merge_request_diffs.md), which we [will want to do on GitLab.com](https://gitlab.com/gitlab-com/gl-infra/infrastructure/issues/7356). |