Correct Answer: A
Reason:-
Most of the traditional data warehouses use row-oriented storage. But columnstore indexes are used in modern data warehouses as the standard for storage and query in big data warehousing fact tables.
There are two advantages of using this while comparing with a traditional row-oriented Data warehouse.
10x performance in query performance
10 x data compression
Option A is correct: Using clustered columnstore will increase the query performance.