Posts by this author

Jun 24, 2020
0
0

Wildcard indexes in Azure Cosmos DB’s API for MongoDB

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

New string function performance improvements and case-insensitive search

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

Using spatial geometry data in Azure Cosmos DB

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
Apr 9, 2020
2
0

April query updates in Azure Cosmos DB

We are constantly adding new query and indexing features to Azure Cosmos DB. This blog outlines a few recent query and indexing improvements for aggregates, inequality filters, and dates and time system functions. This blog covers updates during the first four months of 2020.

Azure Cosmos DB for NoSQLTips and TricksQuery