Posts by this author

Jan 13, 2022
Post comments count0
Post likes count1

Tips & Tricks for Query Pagination in Azure Cosmos DB

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
Nov 2, 2021
Post comments count2
Post likes count1

Optimize query performance with Azure Cosmos DB indexing metrics

You can now use the Azure Cosmos DB indexing metrics, now generally available, to optimize query performance! The indexing metrics show indexes that the query engine used and index recommendations for improving query performance.

Azure Cosmos DB for NoSQLQuery
Jun 23, 2021
Post comments count4
Post likes count0

Optimizing costs with the Azure Cosmos DB integrated cache

In this blog, we’ll dive into the details of the Azure Cosmos DB integrated cache! With the integrated cache, you can add caching to an existing Azure Cosmos DB workload without modifying your application’s logic.

Azure Cosmos DB for NoSQL
Feb 16, 2021
Post comments count3
Post likes count1

New ways to use composite indexes in Azure Cosmos DB

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
Post comments count2
Post likes count0

Introducing the LIKE keyword in Azure Cosmos DB

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
Post comments count6
Post likes count1

Understanding how to query arrays in Azure Cosmos DB

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 7, 2020
Post comments count0
Post likes count0

Managing indexing through the Azure Portal in Azure Cosmos DB’s API for MongoDB

In this blog, we’ll cover how to add and remove indexes using the new indexing policy editor. We’ll also highlight the differences in best practices for indexing in Azure Cosmos DB’s API for MongoDB and native MongoDB.

Azure Cosmos DB for NoSQLAzure Cosmos DB for MongoDBQuery
Nov 25, 2020
Post comments count3
Post likes count0

Understanding the difference between null and undefined in Azure Cosmos DB

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