Showing results for December 2021 - Azure Cosmos DB Blog

Dec 16, 2021
1
0

Async IO for the Python SDK is now in preview!

Gahl Levy
Gahl Levy

Async IO support for Azure Cosmos DB Python SDK, an important and much-anticipated capability, is now available in preview! Async IO is a concurrent programming method in Python that makes running CRUD (create, read, update, delete) operations in parallel easy to do.

Python SDKAzure Cosmos DB for NoSQLAnnouncements
Dec 15, 2021
0

Reading data with Spring Data Azure Cosmos DB v3

Ravi Tella
Ravi Tella

Discover best practices to help improve the read performance of Spring applications when using the new Spring Data Azure Cosmos DB v3 for Core (SQL) API.

Java SDKAzure Cosmos DB for NoSQLTips and Tricks