Skip to content

Commit 4c255c1

Browse files
authored
Merge pull request #96483 from gunjanj/patch-35
Workaround for heavy metadata ops
2 parents df02d8c + 2d02106 commit 4c255c1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

articles/storage/files/storage-troubleshooting-files-performance.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ To confirm if most of your requests are metadata centric, you can use the same s
5353
### Workaround
5454

5555
- Check if the application can be modified to reduce the number of metadata operations.
56+
- Add a VHD on the file share and mount VHD over SMB from the client to perform files operations against the data. This approach works for single writer and multiple readers scenarios and allows metadata operations to be local, offering performance similar to a local direct-attached storage.
5657

5758
### Cause 3: Single-threaded application
5859

0 commit comments

Comments
 (0)