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>2024-01-24 00:35:23 +0300
committerLysanne Pinto <lpinto@gitlab.com>2024-01-24 00:35:23 +0300
commite571985c78e449d373c8c967110d576fa9f8c07e (patch)
treeaa628ba8a9c017b8343b3b31ec08581e01d08669
parentfd64306b4ba4efd4081ac96e7cf69756fef2ce2f (diff)
Add files for db partition types
-rw-r--r--content/_data/navigation.yaml11
1 files changed, 10 insertions, 1 deletions
diff --git a/content/_data/navigation.yaml b/content/_data/navigation.yaml
index a38fd187..6e4def48 100644
--- a/content/_data/navigation.yaml
+++ b/content/_data/navigation.yaml
@@ -3327,7 +3327,16 @@ sections:
- doc_title: Swapping tables
doc_url: 'ee/development/database/swapping_tables.html'
- doc_title: Table partitioning
- doc_url: 'ee/development/database/table_partitioning.html'
+ doc_url: 'ee/development/database/partitioning/'
+ docs:
+ - doc_title: Date range
+ doc_url: 'ee/development/database/partitioning/date_range.html'
+ - doc_title: Hash
+ doc_url: 'ee/development/database/partitioning/hash.html'
+ - doc_title: Int range
+ doc_url: 'ee/development/database/partitioning/int_range.html'
+ - doc_title: List
+ doc_url: 'ee/development/database/partitioning/list.html'
- doc_title: Troubleshooting and debugging
doc_url: 'ee/development/database/database_debugging.html'
- doc_title: Understanding EXPLAIN plans