Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMayra Cabrera <mcabrera@gitlab.com>2019-08-22 15:12:28 +0300
committerMarin Jankovski <marin@gitlab.com>2019-08-22 15:12:28 +0300
commitbf5797d0006875262373d335794ac6ec4dc4ac88 (patch)
tree55c109ded86a9fc701e43145a3d5dbc54c32c51c /doc/development/README.md
parent0e2a01be89fc73e7f357d1722a3e3751ab5b4840 (diff)
Adds new DB case study for namespaces statistics
Includes a new database case study about all the approaches taken to store and update the namespace statistics in a performan manner performant approach to store and update the namespaces statistics
Diffstat (limited to 'doc/development/README.md')
-rw-r--r--doc/development/README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/development/README.md b/doc/development/README.md
index 09aa64a7bf1..5e35d4c7437 100644
--- a/doc/development/README.md
+++ b/doc/development/README.md
@@ -116,6 +116,7 @@ description: 'Learn how to contribute to GitLab.'
## Case studies
- [Database case study: Filtering by label](filtering_by_label.md)
+- [Database case study: Namespaces storage statistics](namespaces_storage_statistics.md)
## Integration guides