From c8691a3b8aed9c5614cd78b795690cc97ba0a756 Mon Sep 17 00:00:00 2001 From: Rodrigo Souza Date: Tue, 22 Sep 2020 14:15:52 -0700 Subject: [PATCH 1/5] Update README.md --- sdk/cosmos/azure-cosmos/README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sdk/cosmos/azure-cosmos/README.md b/sdk/cosmos/azure-cosmos/README.md index a4a9100fe1d2..038baf426dbb 100644 --- a/sdk/cosmos/azure-cosmos/README.md +++ b/sdk/cosmos/azure-cosmos/README.md @@ -89,8 +89,9 @@ As of August 2020 the features below are not yet supported. * Group By queries * Direct TCP Mode access * Language Native async i/o +* Continuation token for cross partitions queries -## Limitations Workaround +## Bult processing limitations 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. From e4b350cd0103c8b41dd6946922c68c6f18e6764c Mon Sep 17 00:00:00 2001 From: Rodrigo Souza Date: Tue, 22 Sep 2020 14:16:33 -0700 Subject: [PATCH 2/5] Update README.md --- sdk/cosmos/azure-cosmos/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sdk/cosmos/azure-cosmos/README.md b/sdk/cosmos/azure-cosmos/README.md index 038baf426dbb..32263b4ab737 100644 --- a/sdk/cosmos/azure-cosmos/README.md +++ b/sdk/cosmos/azure-cosmos/README.md @@ -91,7 +91,7 @@ As of August 2020 the features below are not yet supported. * Language Native async i/o * Continuation token for cross partitions queries -## Bult processing limitations workaround +## 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. From 2c7fa67685a545d4800dfb55ff42a4f533769201 Mon Sep 17 00:00:00 2001 From: Rodrigo Souza Date: Mon, 28 Sep 2020 09:17:08 -0700 Subject: [PATCH 3/5] Update README.md --- sdk/cosmos/azure-cosmos/README.md | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/sdk/cosmos/azure-cosmos/README.md b/sdk/cosmos/azure-cosmos/README.md index 32263b4ab737..58f068f49d15 100644 --- a/sdk/cosmos/azure-cosmos/README.md +++ b/sdk/cosmos/azure-cosmos/README.md @@ -83,13 +83,22 @@ 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 yet supported**. -* Bulk/Batch processing +* Bulk/Transactional batch processing * Group By queries * Direct TCP Mode access * Language Native async i/o * 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 ## Bulk processing limitation workaround From 36c73abcda858465c657e9da05fa09a01d736e1c Mon Sep 17 00:00:00 2001 From: Rodrigo Souza Date: Mon, 28 Sep 2020 09:23:09 -0700 Subject: [PATCH 4/5] Update README.md --- sdk/cosmos/azure-cosmos/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/sdk/cosmos/azure-cosmos/README.md b/sdk/cosmos/azure-cosmos/README.md index 58f068f49d15..1e8c083e0305 100644 --- a/sdk/cosmos/azure-cosmos/README.md +++ b/sdk/cosmos/azure-cosmos/README.md @@ -99,6 +99,7 @@ As of August 2020 the features below are **not yet supported**. * Create User * Create Geospatial Index * Provision Autoscale DBs or containers +* Cross-partition ORDER BY for mixed types ## Bulk processing limitation workaround From 39fecd01ea69edcba61eba5bccdc01a5101ad796 Mon Sep 17 00:00:00 2001 From: Rodrigo Souza Date: Mon, 5 Oct 2020 13:50:27 -0700 Subject: [PATCH 5/5] Update README.md --- sdk/cosmos/azure-cosmos/README.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/sdk/cosmos/azure-cosmos/README.md b/sdk/cosmos/azure-cosmos/README.md index 1e8c083e0305..d2383355c195 100644 --- a/sdk/cosmos/azure-cosmos/README.md +++ b/sdk/cosmos/azure-cosmos/README.md @@ -83,12 +83,12 @@ 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**. +* Group By queries (in roadmap for 2021) +* Language Native async i/o (in roadmap for 2021) * Bulk/Transactional batch processing -* Group By queries * Direct TCP Mode access -* Language Native async i/o * Continuation token for cross partitions queries * Change Feed: Processor * Change Feed: Read multiple partitions key values @@ -99,7 +99,8 @@ As of August 2020 the features below are **not yet supported**. * Create User * Create Geospatial Index * Provision Autoscale DBs or containers -* Cross-partition ORDER BY for mixed types +* Cross-partition ORDER BY for mixed types +* Get the connection string ## Bulk processing limitation workaround