Skip to content

Commit 366f92c

Browse files
Merge pull request #236720 from seesharprun/docs-editor/concepts-limits-1683120520
Cosmos DB | Update minimum autoscale max RU/s
2 parents 6766d98 + 6db69e7 commit 366f92c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

articles/cosmos-db/concepts-limits.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@ See the [Autoscale](provision-throughput-autoscale.md#autoscale-limits) article
230230
| Current RU/s the system is scaled to | `0.1*Tmax <= T <= Tmax`, based on usage|
231231
| Minimum billable RU/s per hour| `0.1 * Tmax` <br></br>Billing is done on a per-hour basis, where you're billed for the highest RU/s the system scaled to in the hour, or `0.1*Tmax`, whichever is higher. |
232232
| Minimum autoscale max RU/s for a container | `MAX(1000, highest max RU/s ever provisioned / 10, current storage in GB * 10)` rounded to nearest 1000 RU/s |
233-
| Minimum autoscale max RU/s for a database | `MAX(1000, highest max RU/s ever provisioned / 10, current storage in GB * 10, 1000 + (MAX(Container count - 25, 0) * 1000))`, rounded to nearest 1000 RU/s. <br></br>Note if your database has more than 25 containers, the system increments the minimum autoscale max RU/s by 1000 RU/s per extra container. For example, if you have 30 containers, the lowest autoscale maximum RU/s you can set is 6000 RU/s (scales between 600 - 6000 RU/s).
233+
| Minimum autoscale max RU/s for a database | `MAX(1000, highest max RU/s ever provisioned / 10, current storage in GB * 10, 1000 + (MAX(Container count - 25, 0) * 1000))`, rounded up to the nearest 1000 RU/s. <br></br>Note if your database has more than 25 containers, the system increments the minimum autoscale max RU/s by 1000 RU/s per extra container. For example, if you have 30 containers, the lowest autoscale maximum RU/s you can set is 6000 RU/s (scales between 600 - 6000 RU/s).|
234234

235235
## SQL query limits
236236

@@ -301,3 +301,5 @@ In addition to the previous table, the [Per-account limits](#per-account-limits)
301301

302302
* Read more about [global distribution](distribute-data-globally.md)
303303
* Read more about [partitioning](partitioning-overview.md) and [provisioned throughput](request-units.md).
304+
305+

0 commit comments

Comments
 (0)