InterviewSolution
Saved Bookmarks
| 1. |
What do you understand about a data cube in the context of data warehousing? |
|
Answer» A data cube is a multidimensional data MODEL that stores optimized, SUMMARIZED, or aggregated data for quick and EASY ANALYSIS using OLAP technologies. The precomputed data is stored in a data cube, which makes online analytical processing easier. We all think of a cube as a three-dimensional structure, however in data warehousing, an n-dimensional data cube can be implemented. A data cube stores information in terms of dimensions and facts. Data Cubes have two categories. They are as follows :
|
|