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/nosql/distribute-throughput-across-partitions.md
+8-8Lines changed: 8 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,7 +15,7 @@ ms.date: 12/18/2023
15
15
16
16
By default, Azure Cosmos DB distributes the provisioned throughput of a database or container equally across all physical partitions. However, scenarios may arise where due to a skew in the workload or choice of partition key, certain logical (and thus physical) partitions need more throughput than others. For these scenarios, Azure Cosmos DB gives you the ability to redistribute your provisioned throughput across physical partitions. Redistributing throughput across partitions helps you achieve better performance without having to configure your overall throughput based on the hottest partition.
17
17
18
-
The throughput redistributing feature applies to databases and containers using provisioned throughput (manual and autoscale) and doesn't apply to serverless containers. You can change the throughput per physical partition using the Azure Cosmos DB PowerShell commands.
18
+
The throughput redistributing feature applies to databases and containers using provisioned throughput (manual and autoscale) and doesn't apply to serverless containers. You can change the throughput per physical partition using the Azure Cosmos DB PowerShell or Azure CLI commands.
19
19
20
20
## When to use this feature
21
21
@@ -109,19 +109,19 @@ az extension add \
109
109
110
110
#### [API for NoSQL](#tab/nosql/azure-powershell)
111
111
112
-
Use the `Get-AzCosmosDBSqlContainerPerPartitionThroughput` command to read the current RU/s on each physical partition.
112
+
Use the `Get-AzCosmosDBSqlContainerPerPartitionThroughput`or `Get-AzCosmosDBSqlDatabasePerPartitionThroughput`command to read the current RU/s on each physical partition.
0 commit comments