Skip to content

Commit 3ad2fce

Browse files
committed
added limitations
1 parent 6c2df60 commit 3ad2fce

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

articles/cosmos-db/nosql/change-pk.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,15 @@ Then, data is copied from the source container to the destination container in a
4343
4444
Once the copy is complete, you can start using the new container with desired partition key and optionally delete the old container.
4545

46+
47+
## Limitations
48+
- By default, two server-side compute instances, each with 4 vCPUs and 16 GB of memory, are allocated to handle the data copy job per account. The performance of the copy job relies on various [factors](../container-copy.md#factors-that-affect-the-rate-of-a-container-copy-job). To allocate higher SKU server-side compute instances, please reach out to Microsoft support.
49+
- Partition key modification is supported for containers provisioned with less than 1,000,000 RU/s. For containers with over 1,000,000 provisioned throughput, please contact Microsoft support for assistance with changing the partition key.
50+
- Changing partition key isn't supported for accounts with following capabilities.
51+
* [Disable local auth](how-to-setup-rbac.md#use-azure-resource-manager-templates)
52+
* [Merge partition](merge.md)
53+
- The feature is currently supported only in the documented [regions](../container-copy.md#supported-regions).
54+
4655
## Next Steps
4756

4857
- Explore more about [container copy jobs](../container-copy.md).

0 commit comments

Comments
 (0)