Showing results for Data Architecture - Azure Cosmos DB Blog

Aug 24, 2020
Post comments count0
Post likes count0

Azure Cosmos DB for the SQL Professional – Referencing Tables

James Serra
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
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 30, 2020
Post comments count4
Post likes count0

Data Modeling and Partitioning for Relational Workloads

Lenni Lobel
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