Azure SQL Data Warehouseを設計しています。毎日数百万行のデータをデータウェアハウスにロードする予定です。 ステージングテーブルがデータロード用に最適化されていることを確認する必要があります。 ステージングテーブルを設計する必要があります。 どのタイプのテーブルをお勧めしますか?
正解:A
Explanation To achieve the fastest loading speed for moving data into a data warehouse table, load data into a staging table. Define the staging table as a heap and use round-robin for the distribution option. References: https://docs.microsoft.com/en-us/azure/sql-data-warehouse/guidance-for-loading-data