Skip to content

Commit 3d348d6

Browse files
authored
Merge pull request #223663 from tamram/patch-44
Update storage-blob-scale-targets.md
2 parents 4e24a98 + ddb6069 commit 3d348d6

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

articles/storage/blobs/scalability-targets.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ author: jimmart-dev
66

77
ms.service: storage
88
ms.topic: conceptual
9-
ms.date: 04/01/2021
9+
ms.date: 01/11/2023
1010
ms.author: jammart
1111
ms.subservice: common
1212
---

includes/storage-blob-scale-targets.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
author: tamram
33
ms.service: storage
44
ms.topic: include
5-
ms.date: 04/01/2021
5+
ms.date: 01/11/2023
66
ms.author: tamram
77
---
88

@@ -20,14 +20,14 @@ ms.author: tamram
2020
| Target throughput for a single page blob | Up to 60 MiB per second<sup>2</sup> |
2121
| Target throughput for a single block blob | Up to storage account ingress/egress limits<sup>1</sup> |
2222

23-
<sup>1</sup> Throughput for a single blob depends on several factors, including, but not limited to: concurrency, request size, performance tier, speed of source for uploads, and destination for downloads. To take advantage of the performance enhancements of [high-throughput block blobs](https://azure.microsoft.com/blog/high-throughput-with-azure-blob-storage/), upload larger blobs or blocks. Specifically, call the [Put Blob](/rest/api/storageservices/put-blob) or [Put Block](/rest/api/storageservices/put-block) operation with a blob or block size that is greater than 4 MiB for standard storage accounts. For premium block blob or for Data Lake Storage Gen2 storage accounts, use a block or blob size that is greater than 256 KiB.
23+
<sup>1</sup> Throughput for a single blob depends on several factors. These factors include but aren't limited to: concurrency, request size, performance tier, speed of source for uploads, and destination for downloads. To take advantage of the performance enhancements of [high-throughput block blobs](https://azure.microsoft.com/blog/high-throughput-with-azure-blob-storage/), upload larger blobs or blocks. Specifically, call the [Put Blob](/rest/api/storageservices/put-blob) or [Put Block](/rest/api/storageservices/put-block) operation with a blob or block size that is greater than 4 MiB for standard storage accounts. For premium block blob or for Data Lake Storage Gen2 storage accounts, use a block or blob size that is greater than 256 KiB.
2424

25-
<sup>2</sup> Page blobs are not yet supported in accounts that have the **Hierarchical namespace** setting on them.
25+
<sup>2</sup> Page blobs aren't yet supported in accounts that have a hierarchical namespace enabled.
2626

2727
The following table describes the maximum block and blob sizes permitted by service version.
2828

2929
| Service version | Maximum block size (via Put Block) | Maximum blob size (via Put Block List) | Maximum blob size via single write operation (via Put Blob) |
3030
|-|-|-|-|
31-
| Version 2019-12-12 and later | 4000 MiB | Approximately 190.7 TiB (4000 MiB X 50,000 blocks) | 5000 MiB (preview) |
31+
| Version 2019-12-12 and later | 4000 MiB | Approximately 190.7 TiB (4000 MiB X 50,000 blocks) | 5000 MiB |
3232
| Version 2016-05-31 through version 2019-07-07 | 100 MiB | Approximately 4.75 TiB (100 MiB X 50,000 blocks) | 256 MiB |
3333
| Versions prior to 2016-05-31 | 4 MiB | Approximately 195 GiB (4 MiB X 50,000 blocks) | 64 MiB |

0 commit comments

Comments
 (0)