Azure Data Lake StorageGen2アカウントのフォルダー構造を設計しています。 次の使用パターンを特定します。 *ユーザーは、Azure SynapseAnalyticsサーバーレスSQLプールとAzureSynapseAnalyticsサーバーレスApacheSparkポッドを使用してデータをクエリします。 *ほとんどのクエリには、現在の年または週のフィルターが含まれます。 *データはデータソースによって保護されます。 次の要件を満たすフォルダー構造を推奨する必要があります。 *使用パターンをサポートします *フォルダのセキュリティを簡素化します *クエリ時間を最小限に抑える どのフォルダ構造をお勧めしますか? NS) NS) NS) NS) E)
正解:C
Explanation Data will be secured by data source. -> Use DataSource as top folder. Most queries will include a filter on the current year or week -> Use \YYYY\WW\ as subfolders. Common Use Cases A common use case is to filter data stored in a date (and possibly time) folder structure such as /YYYY/MM/DD/ or /YYYY/MM/YYYY-MM-DD/. As new data is generated/sent/copied/moved to the storage account, a new folder is created for each specific time period. This strategy organises data into a maintainable folder structure. Reference: https://www.serverlesssql.com/optimisation/azurestoragefilteringusingfilepath/