Skip to content

Commit 7a4fb1b

Browse files
authored
Merge pull request #4279 from seesharprun/cosmos-db-rework-partitioning
Cosmos DB | Rename partitioning articles
2 parents 0929391 + bb5cf4e commit 7a4fb1b

8 files changed

Lines changed: 24 additions & 9 deletions

File tree

articles/cosmos-db/.openpublishing.redirection.cosmos-db.json

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,21 @@
99
"source_path_from_root": "/articles/cosmos-db/how-pricing-works.md",
1010
"redirect_url": "/azure/cosmos-db/overview",
1111
"redirect_document_id": false
12+
},
13+
{
14+
"source_path_from_root": "/articles/cosmos-db/partitioning-overview.md",
15+
"redirect_url": "/azure/cosmos-db/partitioning",
16+
"redirect_document_id": true
17+
},
18+
{
19+
"source_path_from_root": "/articles/cosmos-db/global-dist-under-the-hood.md",
20+
"redirect_url": "/azure/cosmos-db/global-distribution",
21+
"redirect_document_id": true
22+
},
23+
{
24+
"source_path_from_root": "/articles/cosmos-db/migrate-hbase-to-cosmos-db.md",
25+
"redirect_url": "/azure/cosmos-db/migrate-hbase",
26+
"redirect_document_id": true
1227
}
1328
]
1429
}

articles/cosmos-db/TOC.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@
213213
- name: Partitioning and horizontal scaling
214214
items:
215215
- name: Partitioning overview
216-
href: partitioning-overview.md?context=/azure/cosmos-db/context/context
216+
href: partitioning.md?context=/azure/cosmos-db/context/context
217217
- name: Designing multitenant applications
218218
href: /azure/architecture/guide/multitenant/service/cosmos-db?context=/azure/cosmos-db/context/context
219219
- name: Hierarchical partition keys
@@ -701,7 +701,7 @@
701701
- name: Migrate - DynamoDB data to API for NoSQL
702702
href: dynamodb-data-migration-cosmos-db.md
703703
- name: Migrate - HBase to API for NoSQL
704-
href: migrate-hbase-to-cosmos-db.md
704+
href: migrate-hbase.md
705705

706706
- name: High availability
707707
items:
@@ -713,7 +713,7 @@
713713
displayName: replication, replicate, geo distribution
714714
href: distribute-data-globally.md?context=/azure/cosmos-db/context/context
715715
- name: Global distribution - under the hood
716-
href: global-dist-under-the-hood.md?context=/azure/cosmos-db/context/context
716+
href: global-distribution.md?context=/azure/cosmos-db/context/context
717717
- name: Distribute data globally tutorial
718718
href: tutorial-global-distribution.md
719719
- name: Consistency

articles/cosmos-db/cassandra/TOC.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@
102102
- name: Partitioning
103103
items:
104104
- name: Partitioning overview
105-
href: ../partitioning-overview.md
105+
href: ../partitioning.md
106106
- name: Partitioning for API for Apache Cassandra
107107
href: partitioning.md
108108
- name: Throughput (RU/s)
@@ -173,7 +173,7 @@
173173
displayName: last write wins, custom, multi-region writes, multi-master
174174
href: ../conflict-resolution-policies.md
175175
- name: Global distribution - under the hood
176-
href: ../global-dist-under-the-hood.md
176+
href: ../global-distribution.md
177177
- name: Security
178178
items:
179179
- name: Considerations and guidance
File renamed without changes.
File renamed without changes.

articles/cosmos-db/mongodb/TOC.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@
142142
- name: Partitioning (sharding)
143143
items:
144144
- name: Partitioning overview
145-
href: ../partitioning-overview.md
145+
href: ../partitioning.md
146146
- name: Throughput (RU/s)
147147
items:
148148
- name: Request units
@@ -240,7 +240,7 @@
240240
displayName: last write wins, custom, multi-region writes, multi-master
241241
href: ../conflict-resolution-policies.md
242242
- name: Global distribution - under the hood
243-
href: ../global-dist-under-the-hood.md
243+
href: ../global-distribution.md
244244
- name: Security
245245
items:
246246
- name: Considerations and guidance
File renamed without changes.

articles/cosmos-db/table/TOC.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@
9292
- name: Partitioning
9393
items:
9494
- name: Partitioning overview
95-
href: ../partitioning-overview.md
95+
href: ../partitioning.md
9696
- name: Throughput (RU/s)
9797
items:
9898
- name: Request units
@@ -184,7 +184,7 @@
184184
displayName: last write wins, custom, multi-region writes, multi-master
185185
href: ../conflict-resolution-policies.md
186186
- name: Global distribution - under the hood
187-
href: ../global-dist-under-the-hood.md
187+
href: ../global-distribution.md
188188
- name: Security
189189
items:
190190
- name: Security

0 commit comments

Comments
 (0)