Skip to content

Commit e0dfae0

Browse files
Merge pull request #227601 from seesharprun/patch-2
Update distribute-throughput-across-partitions-faq.yml
2 parents 47408c3 + 6d54015 commit e0dfae0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/cosmos-db/nosql/distribute-throughput-across-partitions-faq.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ sections:
4444
|Before scale-down (6000 RU/s) |After scale down (3000 RU/s) |Fraction of total RU/s |
4545
|---------|---------|---------|
4646
|P0: 1000 RU/s | P0: 500 RU/s | 1/6 |
47-
|P1: 4000 RU/s | P1: 1000 RU/s | 2/3 |
47+
|P1: 4000 RU/s | P1: 2000 RU/s | 2/3 |
4848
|P2: 1000 RU/s | P2: 500 RU/s | 1/6 |
4949
5050
- If you increase your RU/s, each physical partition will have RU/s = `MIN(current throughput fraction * new RU/s, 10,000 RU/s)`. The RU/s on a physical partition can never exceed 10,000 RU/s.

0 commit comments

Comments
 (0)