Showing results for Query - Azure Cosmos DB Blog

Sep 25, 2024
2
0

Announcing Cost and Performance Improvements with Azure Cosmos DB’s Binary Encoding

Rodrigo Souza
Rodrigo Souza

We are excited to announce a significant enhancement to Azure Cosmos DB, bringing substantial cost savings and performance improvements to our users. The new binary encoding feature is now available for new containers and will soon be available for existing ones. What is Binary Encoding? Binary encoding converts JSON or other text-based data form...

Azure Cosmos DB for NoSQLAnnouncementsAzure Cosmos DB for MongoDB
Jan 13, 2022
0
1

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
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
Nov 2, 2021
2
1

Optimize query performance with Azure Cosmos DB indexing metrics

Tim Sander
Tim Sander

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
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