InterviewSolution
| 1. |
What Is A Cube? |
|
Answer» The BASIC unit of storage and analysis in Analysis Services is the cube. A cube is a collection of data that’s been aggregated to allow QUERIES to return data quickly. For example, a cube of order data might be aggregated by time period and by TITLE, making the cube FAST when you ask questions concerning orders by week or orders by title. The basic unit of storage and analysis in Analysis Services is the cube. A cube is a collection of data that’s been aggregated to allow queries to return data quickly. For example, a cube of order data might be aggregated by time period and by title, making the cube fast when you ask questions concerning orders by week or orders by title. |
|