Skip to content

Commit

Permalink
Adding one more item to the limitations list (#13953)
Browse files Browse the repository at this point in the history
* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md
  • Loading branch information
Rodrigossz authored Oct 9, 2020
1 parent bec97a3 commit 15ac220
Showing 1 changed file with 18 additions and 6 deletions.
24 changes: 18 additions & 6 deletions sdk/cosmos/azure-cosmos/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit 15ac220

Please sign in to comment.