Showing category results for Data Architecture

Oct 28, 2020
Post comments count1
Post likes count0

Now in preview – Support for Synapse SQL serverless in Azure Synapse Link for Azure Cosmos DB

Ramnandan Krishnamurthy
Ramnandan Krishnamurthy

Azure Synapse Link now supports querying Azure Cosmos DB data using Synapse SQL serverless. This capability, available in public preview, allows you to use familiar analytical T-SQL queries and build powerful near real-time BI dashboards on Azure Cosmos DB data.

Azure Cosmos DB for NoSQLAnnouncementsAzure Cosmos DB for MongoDB
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