Cosmos DB - Partition key for fixed collections

时光总嘲笑我的痴心妄想 提交于 2019-12-13 07:51:46

问题


Can someone advise how to create Fixed collection (throughput - 400 RU) with logical partition keys? Is it possible? It is necessary for me in order to migrate easily to unlimited collection in the future.

Thanks.


回答1:


You cannot create a fixed collection with a partition key.

Also once a collection is created without a partition key, it cannot be converted to a partitioned one without being migrated form one collection to another.



来源:https://stackoverflow.com/questions/53471683/cosmos-db-partition-key-for-fixed-collections

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!