Showing archive results for 2020

Aug 24, 2020
Post comments count0
Post likes count0

Azure Cosmos DB for the SQL Professional – Referencing Tables

James Serra

How should you handle reference tables that are common in the relational database world when working in Azure Cosmos DB? This post walks through some of the differences SQL professionals will encounter, and how developing in a Azure Cosmos DB environment compares to a relational database management service (RDBMS).

Data ArchitectureAzure Cosmos DB for NoSQL
Aug 19, 2020
Post comments count18
Post likes count0

Azure Cosmos DB serverless now in preview

Thomas Weiss

Azure Cosmos DB serverless is a new consumption-based offer that requires no capacity management. It bills only for the Request Units used by database operations and provides a lower entry price for development, testing and small applications with light traffic.

Announcements
Aug 19, 2020
Post comments count0
Post likes count0

HttpClientFactory in the Azure Cosmos DB .NET SDK

Matias Quaranta

In this post, learn about HTTPClientFactory and how you can use it to pool HTTP connections with Azure Cosmos DB clients.

Azure Cosmos DB for NoSQLTips and Tricks
Jul 2, 2020
Post comments count8
Post likes count0

Change Feed – Unsung Hero of Azure Cosmos DB

Lenni Lobel

One of the most overlooked capabilities in Azure Cosmos DB is its change feed. This little gem sits quietly behind every container in your database, watches for changes, and maintains a persistent record of them in the order they occur. Discover use cases and tips for using this powerful feature.

Tips and TricksData ArchitectureChange Feed
Jun 30, 2020
Post comments count4
Post likes count0

Data Modeling and Partitioning for Relational Workloads

Lenni Lobel

As a NoSQL database, Azure Cosmos DB requires you think about data modeling in new ways. In this post, we’ll use a familiar real-world relational data model and refactor it as a non-relational data model for Azure Cosmos DB.

Azure Cosmos DB for NoSQLData Architecture
Jun 24, 2020
Post comments count0
Post likes count0

Wildcard indexes in Azure Cosmos DB’s API for MongoDB

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

Azure Cosmos DB for AI Engineers

Rodrigo Souza

Learn how AI Engineers can use Azure Cosmos DB for AI Applications.

AITips and TricksAnalytics
Jun 15, 2020
Post comments count6
Post likes count0

New string function performance improvements and case-insensitive search

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

Azure Cosmos DB Java SDK v4 – General Availability

Andy Feldman

Announcing the Azure Cosmos DB Java SDK v4 for SQL API is now generally available. Read about all the new features and capabilities as well as how to migrate or get started with new applications today.

Java SDKAzure Cosmos DB for NoSQLAnnouncements