Showing category results for Query

Feb 16, 2021
Post comments count3
Post likes count1

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

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

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

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

Tim Sander
Tim Sander

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

Now in preview – Support for Synapse SQL serverless in Azure Synapse Link for Azure Cosmos DB

Ramnandan Krishnamurthy
Ramnandan Krishnamurthy

Azure Synapse Link now supports querying Azure Cosmos DB data using Synapse SQL serverless. This capability, available in public preview, allows you to use familiar analytical T-SQL queries and build powerful near real-time BI dashboards on Azure Cosmos DB data.

Azure Cosmos DB for NoSQLAnnouncementsAzure Cosmos DB for MongoDB
Jun 24, 2020
Post comments count0
Post likes count0

Wildcard indexes in Azure Cosmos DB’s API for MongoDB

Tim Sander
Tim Sander

With our latest service update, you can now create wildcard indexes in accounts that use Azure Cosmos DB’s API for MongoDB. Wildcard indexes are a popular feature in MongoDB 4.2 that allow you to index many properties without enumerating each one.

AnnouncementsAzure Cosmos DB for MongoDBQuery
Jun 15, 2020
Post comments count6
Post likes count0

New string function performance improvements and case-insensitive search

Tim Sander
Tim Sander

Azure Cosmos DB now supports case-insensitive Contains, StartsWith, EndsWith, and StringEquals. Additionally, both Contains and EndsWith have had significant performance improvements. You can now store string data in Azure Cosmos DB without having to worry about matching the case in the query.

AnnouncementsAzure Cosmos DB for NoSQLTips and Tricks
May 7, 2020
Post comments count0
Post likes count0

Using spatial geometry data in Azure Cosmos DB

Tim Sander
Tim Sander

Support for two different types of spatial data has been added to Azure Cosmos DB. Using the SQL (Core) API: geography data (round-earth coordinate system), and two-dimensional geometry data.

QueryAzure Cosmos DB for NoSQLAnnouncements