Showing results for Tips and Tricks - Azure Cosmos DB Blog

Sep 30, 2020
0
0

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

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

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

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

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