Câu 3: TDVAN5: Teradata Vantage Administration
At a large car manufacturer, huge volumes of diagnostic data for cars are collected in the following table: The master data for each car is stored in the following table: Many reports require data from both tables by joining via column VehicleId. A very frequently performed query on the system returns the number of ev…
Nội dung câu hỏi
At a large car manufacturer, huge volumes of diagnostic data for cars are collected in the following table: The master data for each car is stored in the following table: Many reports require data from both tables by joining via column VehicleId. A very frequently performed query on the system returns the number of events by FaultCode and ModelType. This query consumes many CPU and I/O resources each day. Which action should the Administrator take to improve the runtime and resource consumption for this query?
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. Use an aggregate join index with columns FaultCode, ModelType, as well as an appropriate aggregate function. — đáp án hiện tại
- B. Use a sparse join index with columns FaultCode and ModelType, as well as an appropriate filter function.
- C. Use a NUSI on VehicleEvent.FaultCode and a NUSI on Vehicle.ModelType
- D. Use a single table join index on VehicleEvent hashed by FaultCode and another single table join index on Vehicle hashed by ModelType.Answer: A -Explanation:To improve the runtime and resource consumption for a query that returns the number of events by FaultCode and ModelType from the two tables VehicleEvent and Vehicle, the most appropriate action would be:
Cộng đồng
0 bình luận công khai. Tên thành viên được ẩn một phần.