CH6 - Data warehousing and OLAP Flashcards
- OLAP
(online analytical processing) is a term used to describe the analysis of complex data from the data warehouse.
- DSS
(decision support systems) also known as EIS (executive information systems) supports organization’s leading decision makers for making complex and important decisions
- Data mining
used for knowledge discovery, the process of searching data for unanticipated new knowledge
ODS
operational data store : this term is commonly used for intermediate form of databases before they are cleansed, aggregated and transformed into a warehouse
ADS
analytical data store : these are databases built for analysis. Typically, ODSs are reconfigured and repurposed into ADSs
- Pivot (or rotation)
cross tabulation is performed.
- Roll-up (or drill-up)
data is summarized with increasing generalization
- Drill-down
increasing levels of detail are revealed
- Slice and dice
projection operations are performed on the dimensions
- Sorting
data is sorted by ordinal value
- Selection
data is filtered by value or range
- Derived (computed) attributes
attributes are computed by operations on stored and derived values.
- Dimension table
it consists of tuples of attributes of the dimension
- Fact table
each tuple is a recorded fact. This fact contains some measured or observed variable and identifies it with pointers to dimension tables. The fact table contains the data, and the dimensions to identify each tuple in the data. A fact table is an agglomerated view of transaction data whereas each dimension table represents “master data” that those transactions belonged to.
- Star schema
consists of a fact table with a single table for each dimension