1 / 16

Fundamentals of Data Cube & OLAP Operations

Fundamentals of Data Cube & OLAP Operations. Data as Table. Multidimensional (3D) Table. Sample Data cube. Cuboids. Summarization - Cuboids. data at different degrees of summarization

fahim
Download Presentation

Fundamentals of Data Cube & OLAP Operations

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Fundamentals of Data Cube& OLAP Operations

  2. Data as Table

  3. Multidimensional (3D) Table

  4. Sample Data cube

  5. Cuboids

  6. Summarization - Cuboids • data at different degrees of summarization • we can construct a lattice of cuboids, each showing the data at a different level of summarization, or group by (i.e., summarized by a different subset of the dimensions). • The lattice of cuboids is then referred to as a data cube. • lattice of cuboids forming a data cube for the dimensions time, item, location, and supplier.

  7. Base & Apex • The cuboid which holds the lowest level of Summarization is called the base cuboid. • 3-D (non-base) cuboid for time, item, and location, summarized for all suppliers. • The 0-D cuboid which holds the highest level of summarization is called the apex cuboid. • The apex cuboid is typically denoted by all.

  8. OLAP Operations • Slice • Dice • Drill • Drill / Roll-up • Drill-down • Drill-across • Drill - through • Pivot / Rotate

  9. Slice Slice ? • C[time, items, cities] City = chennai

  10. Dice Dice ? • C[time, items, cities] time = Q1, Q2 & items = TV, DVD

  11. Drill - up Drill-up ? • C[time, items, cities] T1 = Q1&Q2 T2 = Q3&Q4

  12. Drill-down Drill-down ? • C[time, items, cities] Quarter = Month

  13. Drill - across Drill - across ? • C[time, items, cities] City -> Month

  14. Drill - through Drill - through ? • C[time, items, cities] RDBMS

  15. Pivot Pivot ? • C[time, items, cities] Cities <-> time

More Related