PdfPrep.com

What should you do?

You have a data warehouse named DW1 that contains 20 years of data. DW1 contains a very large fact table.

New data is loaded to the fact table monthly.

Many reports query DW1 for the past year of data.

Users frequently report that the reports are slow.

You need to modify the fact table to minimize the amount of time it takes to run the reports. The solution must

ensure that other reports can continue to be generated from DW1.

What should you do?
A . Move the historical data to SAS disks and move the data from the past year to SSD disks. Run the ALTER TABLE statement.
B . Move all the data to SSD disks. Load and archive the data by using partition switching.
C . Move all the data to SAS disks. Load and archive the data by using partition switching.
D . Move the historical data to SAS disks and move the data for the past year to SSD disks. Create a
distributed partitioned view.

Answer: A

Explanation:

We use ALTER TABLE to partition the table.

Incorrect Answers:

D: A Distributed Partitioned View contains participating tables from multiple SQL Server instances, which can be used to distribute the data processing load across multiple servers. Another advantage for the SQL Server Partitioned Views is that the underlying tables can participate in more than one Partitioned View, which could be helpful in some implementations.

Exit mobile version