주 콘텐츠로 건너뛰기

Azure Cosmos DB: Partitioned collections for higher storage and throughput

게시된 날짜: 3월 31, 2016

The latest Azure Cosmos DB service update includes support to create partitioned collections, which can support larger data volumes and process more requests. Partitioned collections support up to 250 GB of storage and 250,000 request units per second of provisioned throughput. (You can increase both limits by filing a support ticket.) You can create partitioned collections via the Azure portal, REST API version 2015-12-16, and SDK versions 1.6.0 and newer in .NET, Node.js, Java, and Python. The programming model introduces partition keys during collection creation and as an argument for read, write, query, and execute stored-procedure operations on documents.

serviceupdate

Create a partitioned collection via the portal

To learn more, you can:

  • Azure Cosmos DB
  • Features
  • SDK and Tools

관련 제품