You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/cosmos-db/nosql/change-pk.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,12 +9,12 @@ ms.topic: conceptual
9
9
---
10
10
# Changing the Partition Key in Azure Cosmos DB (Preview)
11
11
12
-
[!INCLUDE[NoSQL](includes/appliesto-nosql.md)]
12
+
[!INCLUDE[NoSQL](../includes/appliesto-nosql.md)]
13
13
14
14
In the realm of database management, it isn't uncommon for the initially chosen partition key for a container to become inadequate as applications evolve. It can result in suboptimal performance and increased costs for the container. Several factors contributing to this situation include:
To address these issues, Azure Cosmos DB offers the ability to seamlessly change the partition key using the Azure portal.
20
20
@@ -36,7 +36,7 @@ If creating a new container using the Azure portal while changing the partition
36
36
37
37

38
38
39
-
Then, data is copied from the source container to the destination container in an offline manner utilizing the [Intra-account container copy](https://learn.microsoft.com/azure/cosmos-db/container-copy#how-does-container-copy-work) job.
39
+
Then, data is copied from the source container to the destination container in an offline manner utilizing the [Intra-account container copy](../container-copy.md#how-does-container-copy-work) job.
40
40
41
41
>[!Note]
42
42
> It is recommended to stop all updates on the source container before proceeding to change the partition key of the container for entire duration of copy process to maintain data integrity.
@@ -45,5 +45,5 @@ Once the copy is complete, you can start using the new container with desired pa
45
45
46
46
## Next Steps
47
47
48
-
- Explore more about [container copy jobs](https://learn.microsoft.com/azure/cosmos-db/container-copy).
49
-
- Learn further about [how to choose a partition key](https://learn.microsoft.com/azure/cosmos-db/partitioning-overview#choose-partitionkey).
48
+
- Explore more about [container copy jobs](../container-copy.md).
49
+
- Learn further about [how to choose a partition key](../partitioning-overview.md#choose-partitionkey).
0 commit comments