Category: Cosmos DB
-

How to run an analytical query on a mirrored Azure Cosmos DB container using C#
Read More: How to run an analytical query on a mirrored Azure Cosmos DB container using C#In my earlier post, I covered how to mirror Azure Cosmos DB databases to the Microsoft Fabric. One of the biggest advantages of doing…
-

How to avoid consuming your Azure Cosmos DB RUs on analytical queries
Read More: How to avoid consuming your Azure Cosmos DB RUs on analytical queriesMicrosoft Fabric is a growing service that contains an overwhelming number of new features and services. One of its best features is mirroring. You…
-

Troubleshooting Cosmos DB with Diagnostic Logs
Read More: Troubleshooting Cosmos DB with Diagnostic LogsIn any database, as your data and traffic grow, you should start monitoring performance, costs, and latency. Many Azure Cosmos DB users lack a…
-

Full-Text Search in Azure Cosmos DB
Read More: Full-Text Search in Azure Cosmos DBFull-text search requests are often unwelcome by DBAs because they place additional strain on databases. Servers must utilize advanced processing techniques to determine whether…
-

Global Secondary Indexes in Azure Cosmos DB
Read More: Global Secondary Indexes in Azure Cosmos DBA cross-partition query happens when the partition key is not included in your Azure Cosmos DB query. Without the partition key, Azure Cosmos DB…
-

Getting Started with DocumentDB: A Beginner’s Guide
Read More: Getting Started with DocumentDB: A Beginner’s GuideWhen Microsoft announced its open-source document database, it led to considerable confusion. Azure Cosmos DB was originally named Azure Document DB, but Microsoft rebranded…
-

Azure Cosmos DB for Mongo DB
Read More: Azure Cosmos DB for Mongo DBAzure Cosmos DB is a database platform that supports different NoSQL database engines. I have always preferred platforms that bring different products under one…
