Skip to content

Commit 57b98e8

Browse files
author
Theo van Kraay
committed
small edits
1 parent f85e5d0 commit 57b98e8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/managed-instance-apache-cassandra/best-practice-performance.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ If metrics show one or all of the following characteristics, it can indicate tha
127127

128128
- Consistently higher than or equal to the base IOPS (remember to multiply 5,000 IOPS by the number of disks per node to get the number).
129129
- Consistently higher than or equal to the maximum IOPS allowed for the SKU for writes.
130-
- Your SKU supports cached storage for the number for reads in that column.
130+
- Your SKU supports cached storage (write-through-cache) and this number is smaller than the IOPS from the managed disks (this will be the upper limit for your read IOPS).
131131

132132
If you only see the IOPS elevated for a few nodes, you might have a hot partition and need to review your data for a potential skew.
133133

@@ -143,7 +143,7 @@ If your IOPS max out what your SKU supports, you can:
143143
* [Scale up the data center(s)](create-cluster-portal.md#scale-a-datacenter) by adding more nodes.
144144

145145

146-
146+
For more information refer to [Virtual Machine and disk performance](../virtual-machines/disks-performance.md).
147147

148148
### Network performance
149149

0 commit comments

Comments
 (0)