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/azure-netapp-files/cool-access-introduction.md
+50-50Lines changed: 50 additions & 50 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -29,7 +29,7 @@ After data blocks are marked "cold," the tiering scan collects the blocks and pa
29
29
> [!NOTE]
30
30
> When you enable cool access, data that satisfies the conditions set by the coolness period moves to the cool tier. For example, if the coolness period is set to 30 days, any data that was cool for at least 30 days moves to the cool tier _when_ you enable cool access.
31
31
32
-
By `Default` (unless cool access retrieval policy is configured otherwise), data blocks on the cool tier that are read randomly again become "warm" and are moved back to the hot tier. After the data blocks are marked as "warm," they're again subjected to the temperature scan. Large sequential reads (like index and antivirus scans) on inactive data in the cool tier don't "warm" the data. They also don't trigger inactive data so that it moves back to the hot tier.
32
+
By default (unless cool access retrieval policy is configured otherwise), data blocks on the cool tier that are read randomly again become "warm" and are moved back to the hot tier. After the data blocks are marked as "warm," they're again subjected to the temperature scan. Large sequential reads (like index and antivirus scans) on inactive data in the cool tier don't "warm" the data. They also don't trigger inactive data so that it moves back to the hot tier.
33
33
34
34
Metadata is never cooled and always remains in the hot tier. Tiering doesn't affect the activities of metadata-intensive workloads like high file-count environments like chip design, version control systems, and home directories.
35
35
@@ -127,7 +127,7 @@ When you create volumes in the capacity pool and start tiering data to the cool
127
127
* 0.5-TiB capacity at the hot tier rate.
128
128
* 2 TiB of unallocated capacity at the hot tier rate.
129
129
* 1.5-TiB capacity at the cool tier rate.
130
-
* Network transfer between the hot tier and the cool tier. The rate determined by the markup on top of the transaction cost (`GET`, `PUT`) on blob storage and private link transfer in either direction between the hot tiers.
130
+
* Network transfer between the hot tier and the cool tier. The markup on top of the transaction cost (`GET`, `PUT`) on blob storage and private link transfer in either direction between the hot tiers determines the rate.
131
131
132
132
* Assume that you create one volume with 1 TiB. The volume has 0.25 TiB of the volume capacity on the hot tier and 0.75 of the volume capacity in the cool tier. The billing calculation is:
133
133
@@ -143,11 +143,11 @@ In these examples, assume that:
143
143
144
144
* The hot tier storage cost is $0.000202/GiB/hr. The cool tier storage cost is $0.000082/GiB/hr.
145
145
* Network transfer cost (including read or write activities from the cool tier) is $0.020000/GiB.
146
-
*You have a 5-TiB capacity pool with cool access enabled.
147
-
*You have 1 TiB of unallocated capacity within the capacity pool.
148
-
*You have a 4-TiB volume enabled for cool access.
146
+
*A 5-TiB capacity pool with cool access is enabled.
147
+
*One TiB of unallocated capacity is within the capacity pool.
148
+
*A 4-TiB volume is enabled for cool access.
149
149
* After the coolness period, 3 TiB of the 4 TiB is moved to the cool tier.
150
-
*You read or write 20% of data each month from the cool tier.
150
+
*Each month, you read or write 20% of data from the cool tier.
151
151
* Each month is 30 days or 730 hours. So each day is 730/30 hours.
152
152
153
153
> [!IMPORTANT]
@@ -164,104 +164,104 @@ Your storage cost for the *first month*:
164
164
165
165
| Cost | Description | Calculation |
166
166
|---|---|---|
167
-
| Unallocated storage cost for days 1~30 (30 days) | 1 TiB of unallocated storage |`1 TiB x 1024 x 30 days x 730/30 hrs. x $0.000202/GiB/hr. = $151.00`|
168
-
| Storage cost for days 1~7 (seven days) | 4 TiB of active data (hot tier) |`4 TiB x 1024 x 7 days x 730/30 hrs. x $0.000202/GiB/hr. = $140.93`|
169
-
| Storage cost for days 8~30 (23 days) | 1 TiB of active data (hot tier) <br><br> 3 TiB of inactive data (cool tier) |`1 TiB x 1024 x 23 days x 730/30 hrs. x $0.000202/GiB/hr. = $115.77` <br><br> `3 TiB x 1024 x 23 days x 730/30 hrs. x $0.000082/GiB/hr. = $140.98`|
170
-
| Network transfer cost | Moving inactive data to cool tier <br><br> 20% of data read/write from cool tier |`3 TiB x 1024 x $0.020000/GiB = $61.44` <br><br> `3 TiB x 1024 x 20% x $0.020000/GiB = $12.29`|
171
-
|**First month total**||**`$622.41`**|
167
+
| Unallocated storage cost for days 1~30 (30 days) | 1 TiB of unallocated storage | 1 TiB x 1024 x 30 days x 730/30 hrs. x $0.000202/GiB/hr. = $151.00 |
168
+
| Storage cost for days 1~7 (seven days) | 4 TiB of active data (hot tier) | 4 TiB x 1024 x 7 days x 730/30 hrs. x $0.000202/GiB/hr. = $140.93 |
169
+
| Storage cost for days 8~30 (23 days) | 1 TiB of active data (hot tier) <br><br> 3 TiB of inactive data (cool tier) | 1 TiB x 1024 x 23 days x 730/30 hrs. x $0.000202/GiB/hr. = $115.77 <br><br> 3 TiB x 1024 x 23 days x 730/30 hrs. x $0.000082/GiB/hr. = $140.98 |
170
+
| Network transfer cost | Moving inactive data to cool tier <br><br> 20% of data read/write from cool tier | 3 TiB x 1024 x $0.020000/GiB = $61.44 <br><br> 3 TiB x 1024 x 20% x $0.020000/GiB = $12.29 |
171
+
|**First month total**||**$622.41**|
172
172
173
173
Your monthly storage cost for the *second and subsequent months*:
174
174
175
175
| Cost | Description | Calculation |
176
176
|---|---|---|
177
-
| Storage cost for 30 days | 1 TiB of unallocated storage <br><br> 1 TiB of active data (hot tier) <br><br> 3 TiB of inactive data (cool tier) |`1 TiB x 1024 x 30 days x 730/30 hrs. x $0.000202/GiB/hr. = $151.00` <br><br> `1 TiB x 1024 x 30 days x 730/30 hrs. x $0.000202/GiB/hr. = $151.00` <br><br> `3 TiB x 1024 x 30 days x 730/30 hrs. x $0.000082/GiB/hr. = $183.89`|
178
-
| Network transfer cost | 20% of data read/write from cool tier |`3 TiB x 1024 x 20% x $0.020000/GiB = $12.29`|
179
-
|**Second and subsequent monthly total**||**`$498.18`**|
177
+
| Storage cost for 30 days | 1 TiB of unallocated storage <br><br> 1 TiB of active data (hot tier) <br><br> 3 TiB of inactive data (cool tier) | 1 TiB x 1024 x 30 days x 730/30 hrs. x $0.000202/GiB/hr. = $151.00 <br><br> 1 TiB x 1024 x 30 days x 730/30 hrs. x $0.000202/GiB/hr. = $151.00 <br><br> 3 TiB x 1024 x 30 days x 730/30 hrs. x $0.000082/GiB/hr. = $183.89 |
178
+
| Network transfer cost | 20% of data read/write from cool tier | 3 TiB x 1024 x 20% x $0.020000/GiB = $12.29 |
179
+
|**Second and subsequent monthly total**||**$498.18**|
180
180
181
181
Your first six-month savings:
182
182
183
-
* Cost without cool access: `5 TiB x 1024 x $0.000202/GiB/hr. x 730 hrs. x 6 months = $4,529.97`
183
+
* Cost without cool access: 5 TiB x 1024 x $0.000202/GiB/hr. x 730 hrs. x 6 months = $4,529.97
First month + Second month + … + Sixth month = $622.41 + (5x $498.18) = $3,113.31
186
+
* Savings using cool access: **31.27%**
187
187
188
188
Your first 12-month savings:
189
189
190
-
* Cost without cool access: `5 TiB x 1024 x $0.000202/GiB/hr. x 730 hrs. x 12 months = $9,059.94`
191
-
* Cost with cool access: `First month + Second month + … + twelfth month = $622.41 + (11 x $498.18) = $6,102.39`
192
-
* Savings using cool access: **`32.64%`**
190
+
* Cost without cool access: 5 TiB x 1024 x $0.000202/GiB/hr. x 730 hrs. x 12 months = $9,059.94
191
+
* Cost with cool access: First month + Second month + … + twelfth month = $622.41 + (11 x $498.18) = $6,102.39
192
+
* Savings using cool access: **32.64%**
193
193
194
194
#### Example 2: Coolness period is set to 35 days
195
195
196
196
All 5 TiB is active data (in hot tier) for the first month. Your storage cost for the *first month*:
197
197
198
-
`5 TiB x 1024 x 730hr. x $0.000202/GiB/hr. = $755.00`
198
+
5 TiB x 1024 x 730hr. x $0.000202/GiB/hr. = $755.00
199
199
200
200
Your storage cost for the *second month*:
201
201
202
202
| Cost | Description | Calculation |
203
203
|---|---|---|
204
-
| Unallocated storage cost for days 1~30 (30 days) | 1 TiB of unallocated storage |`1 TiB x 1024 x 30 days x 730/30 hrs. x $0.000202/GiB/hr. = $151.00`|
205
-
| Storage cost for days 1~5 (five days) | 4 TiB of active data (hot tier) |`4 TiB x 1024 x 5 days x 730/30 hrs. x $0.000202/GiB/hr. = $100.67`|
206
-
| Storage cost for days 6~30 (25 days) | 1 TiB of active data (hot tier) <br><br> 3 TiB of inactive data (cool tier) |`1 TiB x 1024 x 25 days x 730/30 hrs. x $0.000202/GiB/hr. = $125.83` <br><br> `3 TiB x 1024 x 25 days x 730/30 hrs. x $0.000082/GiB/hr. = $153.24`|
207
-
| Network transfer cost | Moving inactive data to cool tier <br><br> 20% of data read/write from cool tier |`3 TiB x 1024 x $0.020000 /GiB = $61.44` <br><br> `3 TiB x 1024 x 20% x $0.020000/GiB = $12.29`|
208
-
|**Second month total**||**`$604.47`**|
204
+
| Unallocated storage cost for days 1~30 (30 days) | 1 TiB of unallocated storage | 1 TiB x 1024 x 30 days x 730/30 hrs. x $0.000202/GiB/hr. = $151.00 |
205
+
| Storage cost for days 1~5 (five days) | 4 TiB of active data (hot tier) | 4 TiB x 1024 x 5 days x 730/30 hrs. x $0.000202/GiB/hr. = $100.67 |
206
+
| Storage cost for days 6~30 (25 days) | 1 TiB of active data (hot tier) <br><br> 3 TiB of inactive data (cool tier) | 1 TiB x 1024 x 25 days x 730/30 hrs. x $0.000202/GiB/hr. = $125.83 <br><br> 3 TiB x 1024 x 25 days x 730/30 hrs. x $0.000082/GiB/hr. = $153.24 |
207
+
| Network transfer cost | Moving inactive data to cool tier <br><br> 20% of data read/write from cool tier | 3 TiB x 1024 x $0.020000 /GiB = $61.44 <br><br> 3 TiB x 1024 x 20% x $0.020000/GiB = $12.29 |
208
+
|**Second month total**||**$604.47**|
209
209
210
210
Your monthly storage cost for *third and subsequent months*:
211
211
212
212
| Cost | Description | Calculation |
213
213
|---|---|---|
214
-
| Storage cost for 30 days | 1 TiB of unallocated storage <br><br> 1 TiB of active data (hot tier) <br><br> 3 TiB of inactive data (cool tier) |`1 TiB x 1024 x 30 days x 730/30 hrs. x $0.000202/GiB/hr. = $151.00`<br><br> `1 TiB x 1024 x 30 days x 730/30 hrs. x $0.000202/GiB/hr. = $151.00` <br><br> `3 TiB x 1024 x 30 days x 730/30 hrs. x $0.000082/GiB/hr. = $183.89`|
215
-
| Network transfer cost | 20% of data read/write from cool tier |`3 TiB x 1024 x 20% x $0.020000/GiB = $12.29`|
216
-
|**Third and subsequent monthly total**||**`$498.18`**|
214
+
| Storage cost for 30 days | 1 TiB of unallocated storage <br><br> 1 TiB of active data (hot tier) <br><br> 3 TiB of inactive data (cool tier) | 1 TiB x 1024 x 30 days x 730/30 hrs. x $0.000202/GiB/hr. = $151.00<br><br> 1 TiB x 1024 x 30 days x 730/30 hrs. x $0.000202/GiB/hr. = $151.00 <br><br> 3 TiB x 1024 x 30 days x 730/30 hrs. x $0.000082/GiB/hr. = $183.89 |
215
+
| Network transfer cost | 20% of data read/write from cool tier | 3 TiB x 1024 x 20% x $0.020000/GiB = $12.29 |
216
+
|**Third and subsequent monthly total**||**$498.18**|
217
217
218
218
Your first six-month savings:
219
219
220
-
* Cost without cool access: `5 TiB x 1024 x $0.000202/GiB/hr. x 730 hrs. x 6 months = $4,529.97`
220
+
* Cost without cool access: 5 TiB x 1024 x $0.000202/GiB/hr. x 730 hrs. x 6 months = $4,529.97
221
221
* Cost with cool access:
222
-
`First month + Second month + … + Sixth month = $755.00 + $604.47 + (4 x $498.18) = $3,352.19`
223
-
* Savings using cool access: **`25.99%`**
222
+
First month + Second month + … + Sixth month = $755.00 + $604.47 + (4 x $498.18) = $3,352.19
223
+
* Savings using cool access: **25.99%**
224
224
225
225
Your first 12-month savings:
226
226
227
-
* Cost without cool access: `5 TiB x 1024 x $0.000202/GiB/hr. x 730 hrs. x 12 months = $9,059.94`
228
-
* Cost with cool access: `First month + Second month + … + twelfth month = $755.00 + $604.47 + (10 x $498.18) = $6,341.27`
229
-
* Savings using cool access: **`30.00%`**
227
+
* Cost without cool access: 5 TiB x 1024 x $0.000202/GiB/hr. x 730 hrs. x 12 months = $9,059.94
228
+
* Cost with cool access: First month + Second month + … + twelfth month = $755.00 + $604.47 + (10 x $498.18) = $6,341.27
229
+
* Savings using cool access: **30.00%**
230
230
231
231
#### Example 3: Coolness period is set to 63 days
232
232
233
-
All 5 TiB is active data (in hot tier) for the first two months. Your monthly storage cost for the *first and second months*: `5 TiB x 1024 x 730hr. x $0.000202/GiB/hr. = $755.00`
233
+
All 5 TiB is active data (in hot tier) for the first two months. Your monthly storage cost for the *first and second months*: 5 TiB x 1024 x 730hr. x $0.000202/GiB/hr. = $755.00
234
234
235
235
Your storage cost for the *third month*:
236
236
237
237
| Cost | Description | Calculation |
238
238
|---|---|---|
239
-
| Unallocated storage cost for days 1~30 (30 days) | 1 TiB of unallocated storage |`1 TiB x 1024 x 30 days x 730/30 hrs. x $0.000202/GiB/hr. = $151.00`|
240
-
| Storage cost for days 1~3 (three days) | 4 TiB of active data (hot tier) |`4 TiB x 1024 x 3 days x 730/30 hrs. x $0.000202/GiB/hr. = $60.40`|
241
-
| Storage cost for days 4~30 (27 days) | 1 TiB of active data (hot tier) <br><br> 3 TiB of inactive data (cool tier) |`1 TiB x 1024 x 27 days x 730/30 hrs. x $0.000202/GiB/hr. = $135.90` <br><br> `3 TiB x 1024 x 27 days x 730/30 hrs. x $0.000082/GiB/hr. = $165.50`|
242
-
| Network transfer cost | Moving inactive data to cool tier <br><br> 20% of data read/write from cool tier |`3 TiB x 1024 x $0.020000/GiB = $61.44` <br><br> `3 TiB x 1024 x 20% x $0.020000/GiB = $12.29`|
243
-
|**Third month total**||**`$586.52`**|
239
+
| Unallocated storage cost for days 1~30 (30 days) | 1 TiB of unallocated storage | 1 TiB x 1024 x 30 days x 730/30 hrs. x $0.000202/GiB/hr. = $151.00 |
240
+
| Storage cost for days 1~3 (three days) | 4 TiB of active data (hot tier) | 4 TiB x 1024 x 3 days x 730/30 hrs. x $0.000202/GiB/hr. = $60.40 |
241
+
| Storage cost for days 4~30 (27 days) | 1 TiB of active data (hot tier) <br><br> 3 TiB of inactive data (cool tier) | 1 TiB x 1024 x 27 days x 730/30 hrs. x $0.000202/GiB/hr. = $135.90 <br><br> 3 TiB x 1024 x 27 days x 730/30 hrs. x $0.000082/GiB/hr. = $165.50 |
242
+
| Network transfer cost | Moving inactive data to cool tier <br><br> 20% of data read/write from cool tier | 3 TiB x 1024 x $0.020000/GiB = $61.44 <br><br> 3 TiB x 1024 x 20% x $0.020000/GiB = $12.29 |
243
+
|**Third month total**||**$586.52**|
244
244
245
245
Your monthly storage cost for the *fourth and subsequent months*:
246
246
247
247
| Cost | Description | Calculation |
248
248
|---|---|---|
249
-
| Storage cost for 30 days | 1 TiB of unallocated storage <br><br> 1 TiB of active data (hot tier) <br><br> 3 TiB of inactive data (cool tier) |`1 TiB x 1024 x 30 days x 730/30 hrs. x $0.000202/GiB/hr. = $151.00` <br><br> `1 TiB x 1024 x 30 days x 730/30 hrs. x $0.000202/GiB/hr. = $151.00` <br><br> `3 TiB x 1024 x 30 days x 730/30 hrs. x $0.000082/GiB/hr. = $183.89`|
250
-
| Network transfer cost | 20% of data read/write from cool tier |`3 TiB x 1024 x 20% x $0.020000/GiB = $12.29`|
251
-
|**Fourth and subsequent monthly total**||**`$498.18`**|
249
+
| Storage cost for 30 days | 1 TiB of unallocated storage <br><br> 1 TiB of active data (hot tier) <br><br> 3 TiB of inactive data (cool tier) | 1 TiB x 1024 x 30 days x 730/30 hrs. x $0.000202/GiB/hr. = $151.00 <br><br> 1 TiB x 1024 x 30 days x 730/30 hrs. x $0.000202/GiB/hr. = $151.00 <br><br> 3 TiB x 1024 x 30 days x 730/30 hrs. x $0.000082/GiB/hr. = $183.89 |
250
+
| Network transfer cost | 20% of data read/write from cool tier | 3 TiB x 1024 x 20% x $0.020000/GiB = $12.29 |
251
+
|**Fourth and subsequent monthly total**||**$498.18**|
252
252
253
253
Your first six-month savings:
254
254
255
-
* Cost without cool access: `5 TiB x 1024 x $0.000202/GiB/hr. x 730 hrs. x 6 months = $4,529.97`
255
+
* Cost without cool access: 5 TiB x 1024 x $0.000202/GiB/hr. x 730 hrs. x 6 months = $4,529.97
256
256
* Cost with cool access:
257
-
`First month + Second month + … + Sixth month = (2 x $755.00) + $586.52 + (3 x $498.18) = $3,591.06`
258
-
* Savings using cool access: **`20.73%`**
257
+
First month + Second month + … + Sixth month = (2 x $755.00) + $586.52 + (3 x $498.18) = $3,591.06
258
+
* Savings using cool access: **20.73%**
259
259
260
260
Your first 12-month savings:
261
261
262
-
* Cost without cool access: `5 TiB x 1024 x $0.000202/GiB/hr. x 730 hrs. x 12 months = $9,059.94`
263
-
* Cost with cool access: `First month + Second month + … + twelfth month = (2 x $755.00) + $586.52 + (9 x $498.18) = $6,580.14`
264
-
* Savings using cool access: **`27.37%`**
262
+
* Cost without cool access: 5 TiB x 1024 x $0.000202/GiB/hr. x 730 hrs. x 12 months = $9,059.94
263
+
* Cost with cool access: First month + Second month + … + twelfth month = (2 x $755.00) + $586.52 + (9 x $498.18) = $6,580.14
264
+
* Savings using cool access: **27.37%**
265
265
266
266
> [!TIP]
267
267
> You can use the [Azure NetApp Files storage with cool access cost savings estimator](https://aka.ms/anfcoolaccesscalc) to interactively estimate cost savings based on changeable input parameters.
0 commit comments