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/storage/files/storage-files-scale-targets.md
+6-3Lines changed: 6 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ description: Learn about the capacity, IOPS, and throughput rates for Azure file
4
4
author: khdownie
5
5
ms.service: storage
6
6
ms.topic: conceptual
7
-
ms.date: 10/04/2022
7
+
ms.date: 10/12/2022
8
8
ms.author: kendownie
9
9
ms.subservice: files
10
10
---
@@ -79,13 +79,16 @@ File scale targets apply to individual files stored in Azure file shares.
79
79
|-|-|-|
80
80
| Maximum file size | 4 TiB | 4 TiB |
81
81
| Maximum concurrent request rate | 1,000 IOPS | Up to 8,000<sup>1</sup> |
82
-
| Maximum ingress for a file | 60 MiB/sec | 200 MiB/sec (Up to 1 GiB/s with SMB Multichannel)<sup>2</sup>|
82
+
| Maximum ingress for a file | 60 MiB/sec | 200 MiB/sec (Up to 1 GiB/s with SMB Multichannel)<sup>2</sup>|
83
83
| Maximum egress for a file | 60 MiB/sec | 300 MiB/sec (Up to 1 GiB/s with SMB Multichannel)<sup>2</sup> |
84
-
| Maximum concurrent handles per file, directory, and share root | 2,000 handles | 2,000 handles |
84
+
| Maximum concurrent handles per file, directory, and share root<sup>3</sup>| 2,000 handles | 2,000 handles |
85
85
86
86
<sup>1 Applies to read and write IOs (typically smaller IO sizes less than or equal to 64 KiB). Metadata operations, other than reads and writes, may be lower.</sup>
87
+
87
88
<sup>2 Subject to machine network limits, available bandwidth, IO sizes, queue depth, and other factors. For details see [SMB Multichannel performance](./storage-files-smb-multichannel-performance.md).</sup>
88
89
90
+
<sup>3 Azure Files supports 2,000 open handles per share, and in practice can go higher. However, if an application keeps an open handle on the root of the share, the share root limit will be reached before the per-file or per-directory limit is reached.</sup>
91
+
89
92
## Azure File Sync scale targets
90
93
The following table indicates which target are soft, representing the Microsoft tested boundary, and hard, indicating an enforced maximum:
0 commit comments