Skip to content

Commit 27bc2ae

Browse files
committed
acrolinx
1 parent 3adeeff commit 27bc2ae

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

articles/azure-netapp-files/performance-considerations-cool-access.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,13 @@ ms.author: anfdocs
1010
---
1111
# Performance considerations for Azure NetApp Files storage with cool access
1212

13-
Data sets are not always actively used. Up to 80% of data in a set can be considered "cool," meaning it's not currently in use or hasn't been accessed recently. When storing data on high performance storage such as Azure NetApp Files, the money spent on the capacity being used is essentially being wasted since coldcool data does not require high performance storage until it is being accessed again. So, if you could automatically tier coldcool data to lower cost storage and then bring that data back to the performance or “hot” tier when needed, why wouldn’t you?
13+
Data sets aren't always actively used. Up to 80% of data in a set can be considered "cool," meaning it's not currently in use or hasn't been accessed recently. When storing data on high performance storage such as Azure NetApp Files, the money spent on the capacity being used is essentially being wasted since cool data doesn't require high performance storage until it's being accessed again.
1414

15-
[Azure NetApp Files torage with cool access](cool-access-introduction.md) is intended to reduce costs for cloud storage in Azure. There are performance considerations in specific use cases that need to be considered.
15+
[Azure NetApp Files storage with cool access](cool-access-introduction.md) is intended to reduce costs for cloud storage in Azure. There are performance considerations in specific use cases that need to be considered.
1616

1717
Accessing data that has moved to the cool tiers incurs more latency, particularly for random I/O. In a worst-case scenario, all of the data being accessed might be on the cool tier, so every request would need to conduct a retrieval of the data. It's uncommon for all of the data in an actively used dataset to be in the cool tier, so it's unlikely to observe such latency.
1818

19-
When the Default Cool Access retrieval policy is selected, sequential I/O is readreads are served directly from the cool tier and does not repopulate into the hot tier. Randomly read data is repopulated into the hot tier, increasing the performance of subsequent reads. Optimizations for sequential workloads often reduce the latency incurred by cloud retrieval as compared to random readsand improves overall performance.
19+
When the default cool access retrieval policy is selected, sequential I/O is eads are served directly from the cool tier and doesn't repopulate into the hot tier. Randomly read data is repopulated into the hot tier, increasing the performance of subsequent reads. Optimizations for sequential workloads often reduce the latency incurred by cloud retrieval as compared to random reads and improves overall performance.
2020

2121
In a recent test performed using Standard storage with cool access for Azure NetApp Files, the following results were obtained.
2222

@@ -56,7 +56,7 @@ It's possible to push for more throughput for the hot and cool tiers using a sin
5656
:::image type="content" source="./media/performance-considerations-cool-access/throughput-sixteen-jobs.png" alt-text="Chart of throughput at varying `iodepths` with 16 jobs." lightbox="./media/performance-considerations-cool-access/throughput-sixteen-jobs.png":::
5757

5858
- Throughput improved by nearly three times for the hot tier.
59-
- Throughput improve by 6.5 times for the cool tier.
59+
- Throughput improved by 6.5 times for the cool tier.
6060
- The performance difference for the hot and cool tier decreased from 2.9 to just 1.3. <!-- x what? -->
6161

6262
## Maximum viable job scale for cool tier – 100% sequential reads
@@ -101,7 +101,7 @@ To avoid worst-case scenario performance with cool access in Azure NetApp Files,
101101

102102
- If your workload frequently changes access patterns in an unpredictable manner, cool access may not be ideal due to the performance differences between hot and cool tiers.
103103
- If your workload contains any percentage of random I/O, performance expectations when accessing data on the cool tier should be adjusted accordingly.
104-
- Configure the coolness window and cool access retrieval settings to match your workload pattens and to minimize the amount of cool tier retrieval.
104+
- Configure the coolness window and cool access retrieval settings to match your workload patterns and to minimize the amount of cool tier retrieval.
105105

106106
## Next steps
107107
* [Azure NetApp Files storage with cool access](cool-access-introduction.md)

0 commit comments

Comments
 (0)