From 15ac2206c523b9af62e85098eb24b01c44acb9b7 Mon Sep 17 00:00:00 2001 From: Rodrigo Souza Date: Fri, 9 Oct 2020 08:39:03 -0700 Subject: [PATCH] Adding one more item to the limitations list (#13953) * Update README.md * Update README.md * Update README.md * Update README.md * Update README.md --- sdk/cosmos/azure-cosmos/README.md | 24 ++++++++++++++++++------ 1 file changed, 18 insertions(+), 6 deletions(-) diff --git a/sdk/cosmos/azure-cosmos/README.md b/sdk/cosmos/azure-cosmos/README.md index a4a9100fe1d2..d2383355c195 100644 --- a/sdk/cosmos/azure-cosmos/README.md +++ b/sdk/cosmos/azure-cosmos/README.md @@ -83,14 +83,26 @@ For more information about these resources, see [Working with Azure Cosmos datab ## Limitations -As of August 2020 the features below are not yet supported. +As of August 2020 the features below are **not supported**. -* Bulk/Batch processing -* Group By queries +* Group By queries (in roadmap for 2021) +* Language Native async i/o (in roadmap for 2021) +* Bulk/Transactional batch processing * Direct TCP Mode access -* Language Native async i/o - -## Limitations Workaround +* Continuation token for cross partitions queries +* Change Feed: Processor +* Change Feed: Read multiple partitions key values +* Change Feed: Read specific time +* Change Feed: Read from the beggining +* Change Feed: Pull model +* Get CollectionSizeUsage, DatabaseUsage, and DocumentUsage metrics +* Create User +* Create Geospatial Index +* Provision Autoscale DBs or containers +* Cross-partition ORDER BY for mixed types +* Get the connection string + +## Bulk processing limitation workaround If you want to use Python SDK to perform bulk inserts to Cosmos DB, the best alternative is to use [stored procedures](https://docs.microsoft.com/azure/cosmos-db/how-to-write-stored-procedures-triggers-udfs) to write multiple items with the same partition key.