CH6 - Data warehousing and OLAP Flashcards

1
Q
  • OLAP
A

(online analytical processing) is a term used to describe the analysis of complex data from the data warehouse.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q
  • DSS
A

(decision support systems) also known as EIS (executive information systems) supports organization’s leading decision makers for making complex and important decisions

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q
  • Data mining
A

used for knowledge discovery, the process of searching data for unanticipated new knowledge

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

 ODS

A

operational data store : this term is commonly used for intermediate form of databases before they are cleansed, aggregated and transformed into a warehouse

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

 ADS

A

analytical data store : these are databases built for analysis. Typically, ODSs are reconfigured and repurposed into ADSs

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q
  • Pivot (or rotation)
A

cross tabulation is performed.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q
  • Roll-up (or drill-up)
A

data is summarized with increasing generalization

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q
  • Drill-down
A

increasing levels of detail are revealed

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q
  • Slice and dice
A

projection operations are performed on the dimensions

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q
  • Sorting
A

data is sorted by ordinal value

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q
  • Selection
A

data is filtered by value or range

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q
  • Derived (computed) attributes
A

attributes are computed by operations on stored and derived values.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q
  • Dimension table
A

it consists of tuples of attributes of the dimension

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q
  • Fact table
A

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.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q
  • Star schema
A

consists of a fact table with a single table for each dimension

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q
  • Snowflake schema
A

variation of star schema, in which the dimensional tables from a star schema are organized into a hierarchy by normalizing them.

17
Q
  • Fact constellation
A

set of tables that share some dimension tables. However, fact constellation limit the possible queries for the warehouse

18
Q

 Indexing

A

data warehouse also utilizes indexing to support high performance access. A technique called bitmap indexing constructs a bit vector for each value in the domain being indexed. Indexing works very well for domains of low cardinality