Skip to content

Commit 734de68

Browse files
aadetayonormesta
andauthored
Update articles/storage/blobs/blob-inventory-performance-characteristics.md
Co-authored-by: Norm Estabrook <[email protected]>
1 parent 5d89acb commit 734de68

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/storage/blobs/blob-inventory-performance-characteristics.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ Efficiently managing your Azure Blob Storage is essential for maintaining optima
4949
### Avoid sparse accounts in hierarchical namespace-enabled accounts
5050
Sparse accounts are those that contain a large number of objects spread across many directories. These directories might or might not include deeply nested structures. Sparse accounts result in a very low file-to-directory ratio, which can cause inefficiencies in inventory report generation and even lead to failures. To mitigate these inefficiencies, ensure that your hierarchical namespace-enabled storage account is well-organized and avoid having a sparse distribution of objects.
5151

52-
### Use CSV for Export Format
52+
### Use CSV for the export format
5353
When generating inventory reports, opt for csv format if your use case doesn't require fast data processing. Parquet is a columnar storage file format optimized for performance and one of the fastest formats to read for data processing. However, it may increase the time required to generate reports due to its overhead making it slower than generating a report in csv format. If you need the parquet format to post-process your report, you can utilize available open-source tools that convert CSV to Parquet format.
5454

5555

0 commit comments

Comments
 (0)