Skip to content

Commit bea4bfd

Browse files
authored
Merge pull request #114076 from timsander1/master
fix partitionin doc typo
2 parents d20cefb + 8e39e37 commit bea4bfd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/cosmos-db/partitioning-overview.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ author: deborahc
55
ms.author: dech
66
ms.service: cosmos-db
77
ms.topic: conceptual
8-
ms.date: 04/28/2020
8+
ms.date: 05/06/2020
99

1010
---
1111

@@ -52,7 +52,7 @@ However, if your container is small, you probably don't have enough physical par
5252
If your container could grow to more than a few physical partitions, then you should make sure you pick a partition key that minimizes cross-partition queries. Your container will require more than a few physical partitions when either of the following are true:
5353

5454
* Your container will have over 30,000 RU's provisioned
55-
* You container will store over 100 GB of data
55+
* Your container will store over 100 GB of data
5656

5757
## Using item ID as the partition key
5858

0 commit comments

Comments
 (0)