Azure SQL Data Warehouseインスタンスを実装します。 最大のファクトテーブルをAzure SQL Data Warehouseに移行する予定です。テーブルはオンプレミスのMicrosoft SQL Serverにあり、サイズは10テラバイト(TB)です。 着信クエリは、プライマリキーのSale Key列を使用して、次の表に示すようにデータを取得します。 テーブルのパフォーマンスを最適化するには、大きなファクトテーブルを複数のノードに分散する必要があります。 どのテクノロジーを使用する必要がありますか?
正解:A
Explanation Hash-distributed tables improve query performance on large fact tables. Columnstore indexes can achieve up to 100x better performance on analytics and data warehousing workloads and up to 10x better data compression than traditional rowstore indexes. References: https://docs.microsoft.com/en-us/azure/sql-data-warehouse/sql-data-warehouse-tables-distribute https://docs.microsoft.com/en-us/sql/relational-databases/indexes/columnstore-indexes-query-performance