Showing tag results for partitioning

Oct 17, 2025
Post comments count0
Post likes count0

Boost your Azure Cosmos DB Efficiency with Azure Advisor Insights

Iria Osara
Iria Osara

Azure Cosmos DB is Microsoft’s globally distributed, multi-model database service, trusted for mission-critical workloads that demand high availability, scalability, and low latency. In this post we will discover how to maximize the full potential of Azure Cosmos DB using Azure Advisor recommendations to help you build smarter, faster, and more sec...

Azure Cosmos DB for NoSQLTips and TricksData Modeling
Jul 28, 2025
Post comments count0
Post likes count1

Scaling multi-tenant Go applications: Choosing the right database partitioning approach

Abhishek Gupta
Abhishek Gupta

Multi-tenant applications face a fundamental challenge: how to efficiently store and query data for tenants of vastly different sizes? Consider the typical scenario where your platform serves both enterprise clients with hundreds of thousands of users, as well as small businesses with just a handful. With traditional database partitioning strategie...

Azure Cosmos DB for NoSQLData ModelingGo SDK
Nov 2, 2021
Post comments count0
Post likes count0

Now in preview – Support for custom partitioning in Azure Synapse Link for Azure Cosmos DB

Rodrigo Souza
Rodrigo Souza

Support for custom partitioning in Azure Synapse Link for Azure Cosmos DB was announced in preview at Microsoft Ignite. This capability improves query performance by enabling you to partition Azure Cosmos DB analytical store data using keys that are frequently used as query filters.

AnalyticsAzure Cosmos DB for NoSQLAnnouncements
Aug 12, 2021
Post comments count7
Post likes count1

Now in private preview: optimize your data distribution with hierarchical partition keys

Deborah Chen
Deborah Chen

Hierarchical partition keys are now available in private preview for the Azure Cosmos DB Core (SQL) API. With hierarchical partition keys, also known as sub-partitioning, you can now natively partition your container with up to three levels of partition keys. This enables more optimal partitioning strategies for multi-tenant scenarios or workloads ...

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