Skip to content

Commit d7d6e5c

Browse files
authored
Merge pull request #103225 from mikeburek/patch-2
Fixed folder separating slashes
2 parents a96c3b9 + a236205 commit d7d6e5c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/storage/blobs/data-lake-storage-best-practices.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -143,13 +143,13 @@ For Hive workloads, partition pruning of time-series data can help some queries
143143

144144
Those pipelines that ingest time-series data, often place their files with a structured naming for files and folders. Below is a common example we see for data that is structured by date:
145145

146-
*\DataSet\YYYY\MM\DD\datafile_YYYY_MM_DD.tsv*
146+
*/DataSet/YYYY/MM/DD/datafile_YYYY_MM_DD.tsv*
147147

148148
Notice that the datetime information appears both as folders and in the filename.
149149

150150
For date and time, the following is a common pattern
151151

152-
*\DataSet\YYYY\MM\DD\HH\mm\datafile_YYYY_MM_DD_HH_mm.tsv*
152+
*/DataSet/YYYY/MM/DD/HH/mm/datafile_YYYY_MM_DD_HH_mm.tsv*
153153

154154
Again, the choice you make with the folder and file organization should optimize for the larger file sizes and a reasonable number of files in each folder.
155155

0 commit comments

Comments
 (0)