Update Azure Cosmos db partition key to re-distribute existing data (document db) -


currently, data in azure cosmos db (documentdb) wrong or un-optimized partition key. want update partition key , re distribute data not able figure out. how can it?

now want update partition key , re distribute data not able figure out how can it.

currently not possible update partition key attribute in collection or change partition key value in document.

if want change partition key attribute, need delete collection , create new 1 correct partition key attribute.

similarly, if wish update partition key value in document must first delete document , create new document correct partition key value.


Comments

Popular posts from this blog

python - Operations inside variables -

Generic Map Parameter java -

arrays - What causes a java.lang.ArrayIndexOutOfBoundsException and how do I prevent it? -