Skip to content

Commit 740fbc7

Browse files
authored
Merge pull request #107831 from TheovanKraay/managing-scale-cassandra
add links to Cassandra SDK commands for retrieving RU charge
2 parents c0fd63b + e6b208f commit 740fbc7

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

articles/cosmos-db/manage-scale-cassandra.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,9 @@ ms.author: thvankra
1010

1111
# Elastically scale an Azure Cosmos DB Cassandra API account
1212

13-
There are a variety of options to explore the elastic nature of the Azure Cosmos DB's API for Cassandra. To understand how to scale effectively in Azure Cosmos DB, it is important to understand how to provision the right amount of request units (RU/s) to account for the performance demands in your system. To learn more about request units, see the [request units](request-units.md) article.
13+
There are a variety of options to explore the elastic nature of the Azure Cosmos DB API for Cassandra. To understand how to scale effectively in Azure Cosmos DB, it is important to understand how to provision the right amount of request units (RU/s) to account for the performance demands in your system. To learn more about request units, see the [request units](request-units.md) article.
14+
15+
For the Cassandra API, you can retrieve the Request Unit charge for individual queries using the [.NET and Java SDKs](https://docs.microsoft.com/azure/cosmos-db/find-request-unit-charge#cassandra-api). This is helpful in determining the amount of RU/s you will need to provision in the service.
1416

1517
![Database operations consume Request Units](./media/request-units/request-units.png)
1618

0 commit comments

Comments
 (0)