Showing category results for Tips and Tricks

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 TricksChange FeedData Architecture
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
Apr 29, 2020
Post comments count1
Post likes count0

Getting started with Azure Cosmos DB using API for MongoDB and Rust

Gurpreet Singh

Rust is becoming increasingly popular both externally and internally at Microsoft due to its performance and safety, especially safe concurrency. In this tutorial, we are going to be writing a Rust application to perform create, read, update, and delete (CRUD) operations on data using Azure Cosmos DB's API for MongoDB. Prerequisites: ...

Azure Cosmos DB for MongoDBTips and Tricks
Apr 27, 2020
Post comments count2
Post likes count2

How to change your partition key in Azure Cosmos DB

Theo van Kraay

Searching for how to change your partition key in Azure Cosmos DB? You have come to the right place! Learn how to achieve this by leveraging Change Feed and Bulk Execution features in Azure Cosmos DB to live migrate containers.

Tips and TricksAzure Cosmos DB for NoSQLChange Feed
Apr 14, 2020
Post comments count1
Post likes count0

Bulk support improvements for Azure Cosmos DB .NET SDK

Matias Quaranta

Learn about the improvements made on Bulk support to increase throughput usage in the latest Azure Cosmos DB .NET SDK.

Azure Cosmos DB for NoSQLTips and Tricks
Apr 9, 2020
Post comments count2
Post likes count0

April query updates in Azure Cosmos DB

Tim Sander

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
Mar 25, 2020
Post comments count4
Post likes count1

Azure Cosmos DB Java SDK v4 – Exploring the new Async API

Andy Feldman

In this second of our series for the Azure Cosmos DB Java SDK v4 for Core (SQL) API, I’m going to explore our new Async API. To get you caught up though go check out the first post in this series Azure Cosmos DB Java SDK v4 - New Java SDK Quickstart Guide and Sample Code! Current users of our Java SDK v2 are familiar with our Sync API and may...

Java SDKAzure Cosmos DB for NoSQLTips and Tricks