Skip to content

Commit 0c355a0

Browse files
Merge pull request #216927 from jeffpatt24/patch-4
Update storage-files-scale-targets.md
2 parents c292d4d + 801804c commit 0c355a0

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

articles/storage/files/storage-files-scale-targets.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Learn about the capacity, IOPS, and throughput rates for Azure file
44
author: khdownie
55
ms.service: storage
66
ms.topic: conceptual
7-
ms.date: 10/12/2022
7+
ms.date: 11/2/2022
88
ms.author: kendownie
99
ms.subservice: files
1010
---
@@ -134,16 +134,16 @@ To help you plan your deployment for each of the stages, below are the results o
134134
| Number of objects | 25 million objects |
135135
| Dataset Size| ~4.7 TiB |
136136
| Average File Size | ~200 KiB (Largest File: 100 GiB) |
137-
| Initial cloud change enumeration | 20 objects per second |
137+
| Initial cloud change enumeration | 80 objects per second |
138138
| Upload Throughput | 20 objects per second per sync group |
139139
| Namespace Download Throughput | 400 objects per second |
140140

141141
### Initial one-time provisioning
142142

143143
**Initial cloud change enumeration**: When a new sync group is created, initial cloud change enumeration is the first step that will execute. In this process, the system will enumerate all the items in the Azure File Share. During this process, there will be no sync activity i.e. no items will be downloaded from cloud endpoint to server endpoint and no items will be uploaded from server endpoint to cloud endpoint. Sync activity will resume once initial cloud change enumeration completes.
144-
The rate of performance is 20 objects per second. Customers can estimate the time it will take to complete initial cloud change enumeration by determining the number of items in the cloud share and using the following formulae to get the time in days.
144+
The rate of performance is 80 objects per second. Customers can estimate the time it will take to complete initial cloud change enumeration by determining the number of items in the cloud share and using the following formulae to get the time in days.
145145

146-
**Time (in days) for initial cloud enumeration = (Number of objects in cloud endpoint)/(20 * 60 * 60 * 24)**
146+
**Time (in days) for initial cloud enumeration = (Number of objects in cloud endpoint)/(80 * 60 * 60 * 24)**
147147

148148
**Initial sync of data from Windows Server to Azure File share**:Many Azure File Sync deployments start with an empty Azure file share because all the data is on the Windows Server. In these cases, the initial cloud change enumeration is fast and the majority of time will be spent syncing changes from the Windows Server into the Azure file share(s).
149149

0 commit comments

Comments
 (0)