Skip to content

Commit 95b3c05

Browse files
authored
Update partitioning-overview.md
1 parent ecb825c commit 95b3c05

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

articles/cosmos-db/partitioning-overview.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,7 @@ For example, a container holds items. Each item has a unique value for the `User
1919

2020
In addition to a partition key that determines the item's logical partition, each item in a container has an *item ID* (unique within a logical partition). Combining the partition key and the *item ID* creates the item's *index*, which uniquely identifies the item. [Choosing a partition key](#choose-partitionkey) is an important decision that will affect your application's performance.
2121

22-
>
23-
> [!VIDEO https://aka.ms/docs.partitioning-overview]
22+
> [!VIDEO https://www.microsoft.com/videoplayer/embed/RWXbMV]
2423
2524
This article explains the relationship between logical and physical partitions. It also discusses best practices for partitioning and gives an in-depth view at how horizontal scaling works in Azure Cosmos DB. It's not necessary to understand these internal details to select your partition key but we have covered them so you have clarity on how Azure Cosmos DB works.
2625

0 commit comments

Comments
 (0)