Showing category results for Azure Cosmos DB for NoSQL

Aug 16, 2022
Post comments count3
Post likes count0

Azure Cosmos DB SQL Studio is a Hidden Gem!

Jay Gordon
Jay Gordon

This post was authored by Microsoft MVP and Azure Cosmos DB community champion Hasan Savran.  You can reach Hasan (@SavranWeb) on Twitter.  Azure Cosmos DB Core (SQL) API has many features that can help you with your cloud projects in Microsoft Azure. Most of these features; especially the new ones are at the SDK level, and you need to know .NE...

Azure Cosmos DB for NoSQL
Jul 12, 2022
Post comments count2
Post likes count1

Run parallel CRUD operations with Python Async IO for Azure Cosmos DB

Khelan Modi
Khelan Modi

Async IO support for Azure Cosmos DB Python SDK, an important and much-anticipated capability, is now generally available (GA) for Python developers, data scientists, and any other professional that uses our Azure Cosmos DB Python SDK. Benefits Async IO support makes it easier to run multiple IO operations in parallel. The main advantage of Asy...

Azure Cosmos DB for NoSQLPython SDK
Jun 21, 2022
Post comments count7
Post likes count1

Introducing a new system function and optimized query operators

Justine Cocchi
Justine Cocchi

The query engine in Azure Cosmos DB Core (SQL) API now has a new system function and optimizations for a set of query operations to better use the index. In this post we’ll cover the new DateTimeBin function as well as improvements to GROUP BY, DISTINCT, OFFSET LIMIT, and JOIN. These example scenarios are for Contoso, a fictional online retailer...

Azure Cosmos DB for NoSQLAnnouncements
May 20, 2022
Post comments count0
Post likes count0

Watch Now! Azure Cosmos DB Essentials Season 3

Ricky Diep
Ricky Diep

Season 3 is finally here! Explore and dive into the diverse types of architectures our customers use to build lightweight IoT & real-time telemetry applications by leveraging Azure Cosmos DB. Mustafa Branch and Mark Brown walkthrough use case diagrams, explain how data flows throughout the cloud application architecture, and explore the rel...

Azure Cosmos DB for NoSQL
Mar 11, 2022
Post comments count3
Post likes count1

The new Microsoft Azure Cosmos DB Developer Specialty Certification is here!

Nikisha Reyes-Grange
Nikisha Reyes-Grange

The new Microsoft Azure Cosmos DB Developer Specialty Certification is an important credential for developers who want to prove their skills in building scalable cloud-native applications with Azure Cosmos DB. Find free resources to help you prepare for - and pass! - the exam.

Azure Cosmos DB for NoSQLAnnouncementsNews
Jan 13, 2022
Post comments count0
Post likes count1

Tips & Tricks for Query Pagination in Azure Cosmos DB

Tim Sander
Tim Sander

In this blog, we'll take a look at tips for query pagination in Azure Cosmos DB. Pagination is the process of dividing a large volume of data across many small pages.

Azure Cosmos DB for NoSQLTips and TricksQuery