You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/cosmos-db/reserved-capacity.md
+3-21Lines changed: 3 additions & 21 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -42,28 +42,10 @@ The required permissions to purchase reserved capacity for Azure Cosmos DB are:
42
42
43
43
As soon as you buy a reservation, the throughput charges that match the reservation attributes are no longer charged at the pay-as-you go rates. For more information on reservations, see the [Azure reservations](../cost-management-billing/reservations/save-compute-costs-reservations.md) article.
44
44
45
-
### Autoscale provisioned throughput
45
+
Note that:
46
46
47
-
Autoscale database operations consume reserved capacity at a rate of 100 RU/s x 1.5 x N regions. For the usable net RU/s per region of a reservation, the formula is inverted. Examples:
48
-
49
-
| Scenario | Autoscale Rate | Regions |Formula | Net RU/s per region|
Standard database operations consume reserved capacity at a rate of 100 RU/s x N regions. For the usable net RU/s per region of a reservation, the formula is inverted. Examples:
60
-
61
-
| Scenario | Regions |Formula | Net RU/s per region|
62
-
|----------|----------|---------|---------|
63
-
| 10,000 RU/s | 1 | 10,000 / 1 | 10,000 |
64
-
| 10,000 RU/s | 2 | 10,000 / 2 | 5,000 |
65
-
| 15,000 RU/s | 1 | 15,000 / 1 | 15,000 |
66
-
| 30,000 RU/s | 2 | 30,000 / 2 | 15,000 |
47
+
* Autoscale database operations consume reserved capacity at a rate of 100 RU/s x 1.5 x N regions. So, if you need 10,000 RU/s for all your regions, your should purchase 15,000 RU/s.
48
+
* Standard database operations consume reserved capacity at a rate of 100 RU/s x N regions. So, if you need 10,000 RU/s for all your regions, you should purchase 10,0000 RU/s.
0 commit comments