Showing results for Azure Cosmos DB for NoSQL - Azure Cosmos DB Blog

Feb 16, 2021
3
1

New ways to use composite indexes in Azure Cosmos DB

Tim Sander
Tim Sander

You can now use composite indexes in Azure Cosmos DB to optimize additional cases of the most common inefficient queries! Anytime you have a slow or high RU query, you should first consider whether the query can be optimized with a composite index.

QueryAzure Cosmos DB for NoSQLTips and Tricks
Jan 21, 2021
2
0

Introducing the LIKE keyword in Azure Cosmos DB

Tim Sander
Tim Sander

You can now use the LIKE keyword to do text searches in Azure Cosmos DB SQL (core) API! By including the LIKE keyword in a WHERE clause, you can search for specific string patterns.

QueryAzure Cosmos DB for NoSQL
Dec 17, 2020
6
1

Understanding how to query arrays in Azure Cosmos DB

Tim Sander
Tim Sander

This blog is the final part of a series of blogs where we’ll demystify commonly confused concepts for developers learning how to query data using Azure Cosmos DB. Today, we’ll walk through tips and tricks for querying arrays.

QueryAzure Cosmos DB for NoSQL
Dec 10, 2020
2
0

New in documentation for December 2020

Nikisha Reyes-Grange
Nikisha Reyes-Grange

A guide to the most recent Azure Cosmos DB technical documentation updates for December 2020.

Azure Cosmos DB for NoSQLNews
Nov 25, 2020
3
0

Understanding the difference between null and undefined in Azure Cosmos DB

Tim Sander
Tim Sander

This blog is part two of a series of three blogs where we’ll demystify commonly confused concepts for developers learning how to query in the SQL (core) API in Azure Cosmos DB. We’ll look at the difference between null and undefined values.

Azure Cosmos DB for NoSQLTips and Tricks
Oct 7, 2020
14
0

Azure Cosmos DB Repository .NET SDK v.1.0.4

David Pine
David Pine

David Pine shares the unofficial Azure Cosmos DB Repository .NET SDK. The repository SDK aims to simplify the consumption of Azure Cosmos DB by abstracting away some of the complexities of the existing .NET SDK and exposes a modern generic repository pattern-based interface.

AnnouncementsAzure Cosmos DB for NoSQL