From 0e9eea40b62fcae67b2bd885dbedd7525fbca3c7 Mon Sep 17 00:00:00 2001 From: GitLab Bot Date: Tue, 11 Feb 2020 21:08:44 +0000 Subject: Add latest changes from gitlab-org/gitlab@master --- doc/development/namespaces_storage_statistics.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/development/namespaces_storage_statistics.md') diff --git a/doc/development/namespaces_storage_statistics.md b/doc/development/namespaces_storage_statistics.md index 6ec37e830c6..71c9a0b96fb 100644 --- a/doc/development/namespaces_storage_statistics.md +++ b/doc/development/namespaces_storage_statistics.md @@ -26,7 +26,7 @@ by [`Namespaces#with_statistics`](https://gitlab.com/gitlab-org/gitlab/blob/4ab5 Additionally, the pattern that is currently used to update the project statistics (the callback) doesn't scale adequately. It is currently one of the largest [database queries transactions on production](https://gitlab.com/gitlab-org/gitlab-foss/issues/62488) -that takes the most time overall. We can't add one more query to it as +that takes the most time overall. We can't add one more query to it as it will increase the transaction's length. Because of all of the above, we can't apply the same pattern to store -- cgit v1.2.3