Showing category results for Tips and Tricks

Sep 30, 2020
Post comments count0
Post likes count0

Data modeling, partitioning, and pricing in 2 minutes

Nikisha Reyes-Grange
Nikisha Reyes-Grange

Build your NoSQL database for speed, scale, and performance with the right data modeling, partitioning, and pricing strategies. In under 2-minutes, these new videos will help guide your next application development project.

Tips and Tricks
Sep 24, 2020
Post comments count6
Post likes count0

Optimizing bandwidth in the Azure Cosmos DB .NET SDK

Matias Quaranta
Matias Quaranta

Learn how to optimize the network bandwidth usage in your application by taking advantage of EnableContentResponseOnWrite to avoid getting unneeded content as part of your operations with the Azure Cosmos DB .NET SDK

Azure Cosmos DB for NoSQLTips and Tricks
Sep 15, 2020
Post comments count3
Post likes count0

Bulk Updates with Optimistic Concurrency Control

Theo van Kraay
Theo van Kraay

How to support bulk updates in Azure Cosmos DB with Optimistic concurrency control. In this sample, we use Core (SQL) API to bulk update vertices in a graph hosted in Gremlin API!

Azure Cosmos DB for Apache GremlinAzure Cosmos DB for NoSQLTips and Tricks
Aug 19, 2020
Post comments count0
Post likes count0

HttpClientFactory in the Azure Cosmos DB .NET SDK

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

Azure Cosmos DB for AI Engineers

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