Skip to content

Commit e81019f

Browse files
authored
Update articles/cosmos-db/partitioning-overview.md
1 parent 331a9ce commit e81019f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

articles/cosmos-db/partitioning-overview.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,7 @@ If you need [multi-item ACID transactions](database-transactions-optimistic-conc
104104

105105
> [!NOTE]
106106
> If you only have one physical partition, the value of the partition key may not be relevant as all queries will target the same physical partition.
107+
107108
## Partition keys for read-heavy containers
108109

109110
For most containers, the above criteria is all you need to consider when picking a partition key. For large read-heavy containers, however, you might want to choose a partition key that appears frequently as a filter in your queries. Queries can be [efficiently routed to only the relevant physical partitions](how-to-query-container.md#in-partition-query) by including the partition key in the filter predicate.

0 commit comments

Comments
 (0)