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/fleet-pools.md
+7-5Lines changed: 7 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -98,7 +98,7 @@ Here are examples of allowed and unallowed configurations:
98
98
99
99
## Monitoring consumption
100
100
101
-
In the preview, you can monitor the RU/s the pool scaled to via the `FleetspaceAutoscaledThroughput` metric available at the fleet level.
101
+
You can monitor the RU/s the pool scaled to via the `FleetspaceAutoscaledThroughput` metric available at the fleet level.
102
102
103
103
You can also monitor pooled RU/s consumption at the account level in Azure portal via Azure Monitor following these steps:
104
104
@@ -114,13 +114,15 @@ You can also monitor pooled RU/s consumption at the account level in Azure porta
114
114
115
115
With the pooling feature, the total RU/s available for consumption to each physical partition is still subject to standard [physical partition limits](partitioning.md#physical-partitions). Each **physical partition** has limits on how much extra RU/s it can draw from the pool.
116
116
117
-
In the preview:
117
+
By default:
118
118
119
-
- A physical partition uses up to 5,000 extra RU/s from the pool in addition to its dedicated throughput.
119
+
- A physical partition uses up to 5,000 extra RU/s from the pool in addition to its dedicated throughput. If your application requires a different value, file a support ticket.
120
+
121
+
- A physical partition’s total consumption of dedicated + pool RU/s can't exceed 10,000 RU/s total, even if more RU/s are available to use from the pool.
122
+
123
+
- In summary, the maximum total RU/s a physical partition can consume while using pooling = $\min(5000+currentThroughput, 10000)$.
120
124
121
-
- A physical partition’s total consumption of dedicated + pool RU/s can't exceed 10,000 RU/s total, even if more RU/s are available to use from the pool.
122
125
123
-
- The maximum total RU/s a physical partition can consume while using pooling = $\min(5000+currentThroughput, 10000)$.
124
126
125
127
> [!TIP]
126
128
> You can use the metric `PhysicalPartitionThroughput` in Azure Monitor to determine how many dedicated RU/s are allocated to each physical partition.
0 commit comments