Skip to content

Commit c1d8fe6

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

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
@@ -50,7 +50,7 @@ Efficiently managing your Azure Blob Storage is essential for maintaining optima
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

5252
### Use CSV for the export format
53-
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.
53+
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, a parquet format might increase the time required to generate reports due to its overhead which makes 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

5656
### Scope your Inventory rule using Prefix

0 commit comments

Comments
 (0)