Showing category results for Azure Cosmos DB for NoSQL

Oct 7, 2020
Post comments count14
Post likes count0

Azure Cosmos DB Repository .NET SDK v.1.0.4

David Pine

David Pine shares the unofficial Azure Cosmos DB Repository .NET SDK. The repository SDK aims to simplify the consumption of Azure Cosmos DB by abstracting away some of the complexities of the existing .NET SDK and exposes a modern generic repository pattern-based interface.

AnnouncementsAzure Cosmos DB for NoSQL
Sep 24, 2020
Post comments count6
Post likes count0

Optimizing bandwidth in the Azure Cosmos DB .NET SDK

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

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

Using spatial geometry data in Azure Cosmos DB

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