Câu 19: 70-776: Perform Big Data Engineering on Microsoft Cloud Services
You have a fact table named PowerUsage that has 10 billion rows. PowerUsage contains data about customer power usage during the last 12 months. The usage data is collected every minute. PowerUsage contains the columns configured as shown in the following table. LocationNumber has a default value of 1. The MinuteOfMont…
Nội dung câu hỏi
You have a fact table named PowerUsage that has 10 billion rows. PowerUsage contains data about customer power usage during the last 12 months. The usage data is collected every minute. PowerUsage contains the columns configured as shown in the following table. LocationNumber has a default value of 1. The MinuteOfMonth column contains the relative minute within each month. The value resets at the beginning of each month. A sample of the fact table data is shown in the following table. There is a related table named Customer that joins to the PowerUsage table on the CustomerId column. Sixty percent of the rows in PowerUsage are associated to less than 10 percent of the rows in Customer. Most queries do not require the use of the Customer table. Many queries select on a specific month. You need to minimize how long it takes to find the records for a specific month. What should you do?
Các lựa chọn
Đáp án được giữ gọn theo nhãn A, B, C, D trong phần bình chọn tương tác.
- A. Implement partitioning by using the MonthKey column. Implement hash distribution by using the CustomerId column.
- B. Implement partitioning by using the CustomerId column. Implement hash distribution by using the MonthKey column.
- C. Implement partitioning by using the MinuteOfMonth column. Implement hash distribution by using the MeasurementId column. — đáp án hiện tại
- D. Implement partitioning by using the MonthKey column. Implement hash distribution by using the MeasurementId column.
Cộng đồng
0 bình luận công khai. Tên thành viên được ẩn một phần.