Showing results for December 2022 - Azure Cosmos DB Blog

Dec 20, 2022
2
8

Azure Cosmos DB for MongoDB v5 now in limited preview!

Shweta Nayak
Shweta Nayak

We are excited to announce that the Azure Cosmos DB for MongoDB v5 is now in Limited Preview! The latest v5 Preview version supports much anticipated features such as distributed ACID transactions, higher limits for unsharded collections and for shards themselves, improved performance for aggregation pipelines and complex queries, and more. Lear...

Azure Cosmos DB for MongoDB
Dec 14, 2022
0
0

The Azure Cosmos DB Conf call for speakers is now open!

Jay Gordon
Jay Gordon

Azure Cosmos DB Conf is back for 2023 and the call for papers is now open!  Azure Cosmos DB Conf is a free virtual developer event happening on March 28th, 2023, organized by Microsoft with support from the greater Azure Cosmos DB community. This is the third year we’re holding the conference, with sessions delivered by both Microsoft employees ...

Announcements
Dec 13, 2022
2
2

Under the hood of the new Azure Functions extension for Azure Cosmos DB

Matias Quaranta
Matias Quaranta

The Azure Cosmos DB Azure Functions extension version 4 is now GA, and it packs a load of improvements and new features. The goal of this post is to go deep into the technical details about the extension changes and guide you to take advantage of them. Source code As a starting point, everything I'll be talking about in the article is available o...

Azure Cosmos DB for NoSQLChange Feed
Dec 8, 2022
0
3

AltGraph – Graph workloads with Azure Cosmos DB for NoSQL

Chris Joakim
Chris Joakim

AltGraph is the idea of implementing “graph workloads” not with a graph database, but with the more general-purpose Azure Cosmos DB for NoSQL (formerly known as the “SQL API”).  Azure Cosmos DB for NoSQL is highly performant and offers the best integration with the rest of Azure.  It also offers the lowest learning curve since most of the industry ...

Azure Cosmos DB for NoSQL
Dec 1, 2022
0
4

Diagnosing & Troubleshooting 4 Common Client-side Issues in Azure Cosmos DB for NoSQL with Java SDK V4

Subhasish Ghosh
Subhasish Ghosh

Introduction Knowing how to effectively troubleshoot Azure Cosmos DB for NoSQL client-side performance issues is critical for using the service. This blog post will show you how you can leverage the Diagnostics property in the Azure Cosmos DB for NoSQL Java SDK V4 so you can design and operate highly available and scalable mission-critical applica...

Azure Cosmos DB for NoSQLTips and TricksJava SDK