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

gitlab.com/gitlab-org/gitlab-docs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAmy Qualls <aqualls@gitlab.com>2023-09-15 02:55:37 +0300
committerRussell Dickenson <rdickenson@gitlab.com>2023-09-15 02:55:37 +0300
commit3151d28152d50d383c052184ede7624c7201acce (patch)
tree2a2f199010d7f54d23f0aec56910a072099b16fe
parentd89d4529104f38e289ffcb522230a9d2c87d216c (diff)
Add batch iteration POC into left nav
-rw-r--r--content/_data/navigation.yaml2
1 files changed, 2 insertions, 0 deletions
diff --git a/content/_data/navigation.yaml b/content/_data/navigation.yaml
index cb4ce26f..a6958536 100644
--- a/content/_data/navigation.yaml
+++ b/content/_data/navigation.yaml
@@ -3132,6 +3132,8 @@ sections:
doc_url: 'ee/development/database/avoiding_downtime_in_migrations.html'
- doc_title: Batched background migrations
doc_url: 'ee/development/database/batched_background_migrations.html'
+ - doc_title: Batch iteration in a tree hierarchy
+ doc_url: 'ee/development/database/poc_tree_iterator.html'
- doc_title: Case study - filtering by label
doc_url: 'ee/development/database/filtering_by_label.html'
- doc_title: Case study - namespaces storage statistics