Data Warehouse: The Building Blocks

0.0(0)
Studied by 0 people
call kaiCall Kai
Locked
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/28

flashcard set

Earn XP

Description and Tags

A set of vocabulary flashcards covering the definitions, features, approaches, architectural types, and components of a Data Warehouse as described in the Chapter 1 lecture notes.

Last updated 6:11 AM on 7/8/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai
Chat

No analytics yet

Send a link to your students to track their progress

29 Terms

1
New cards

Data Warehouse

A subject oriented, integrated, nonvolatile, and time variant collection of data in support of management’s decisions.

2
New cards

Subject-Oriented Data

Data stored by real-world business subjects or events, not by applications, where all data sets relating to the same subject are tied together.

3
New cards

Integrated Data

Data from several operational systems and outside sources that has been standardized and cleaned of inconsistencies before storage.

4
New cards

Time-Variant Data

Historical snapshots of operational data over past and current periods that allow for analysis of the past, relation to the present, and future forecasts.

5
New cards

Nonvolatile Data

Data extracted from operational systems and outside sources that is transformed, integrated, and stored at specific intervals, remaining stable once inside the warehouse.

6
New cards

Data Granularity

The level of detail kept within a data warehouse; keeping data summarized at different levels for efficient query satisfaction.

7
New cards

Top-Down Approach

A method where data is stored at the lowest level of granularity based on a normalized data model in a centralized warehouse, which then feeds dependent data marts.

8
New cards

Bottom-Up Approach

A method where data marts are created first for specific business subjects based on a dimensional data model and then joined by conforming dimensions.

9
New cards

Supermarts

Carefully architected data marts implemented one at a time as part of a practical approach to building an overall corporate data warehouse.

10
New cards

Centralized Data Warehouse

An architectural type where atomic level normalized data is stored in the third normal form without the use of separate data marts.

11
New cards

Independent Data Marts

An architectural type where data marts are independent of one another, often leading to inconsistent data definitions and standards.

12
New cards

Federated

An architectural type without one overall data warehouse, where data is physically or logically integrated through shared key fields and global metadata.

13
New cards

Hub-and-Spoke

An architectural type where atomic data in third normal form is stored in a centralized warehouse, which then provides data to dependent data marts.

14
New cards

Data-Mart Bus

An architectural type where logically integrated supermarts are built by conforming dimensions to provide an enterprise view of data.

15
New cards

Production Data

Source data coming from the various operational systems of the enterprise, often characterized by disparity.

16
New cards

Internal Data

User-kept private spreadsheets, documents, customer profiles, and departmental databases that add complexity to integration.

17
New cards

Archived Data

Old data from legacy systems periodically stored in online databases, flat files on disk storage, or tape cartridges.

18
New cards

External Data

Information from sources outside the organization used by executives to spot industry trends and compare performance against other organizations.

19
New cards

Data Extraction

The function of retrieving data from numerous sources, often into a separate physical environment to facilitate moving it into the data warehouse.

20
New cards

Data Transformation

The process of standardizing data types, resolving synonyms and homonyms, purging non-useful data, and sorting/merging data from different sources.

21
New cards

Synonyms

The occurrence where two or more terms from different source systems mean the same thing.

22
New cards

Homonyms

The occurrence where a single term means many different things in different source systems.

23
New cards

Data Loading

The function consisting of initial loading when the warehouse goes live and ongoing incremental data revisions.

24
New cards

MDDBs

Multidimensional database management systems used to store aggregated and summary data extracted from the data warehouse.

25
New cards

Metadata

Data about the data in the data warehouse, acting as the directory of contents and the glue connecting all parts.

26
New cards

Operational Metadata

Metadata used to tie delivered information back to the original source data sets, records, and coding schemes.

27
New cards

Extraction and Transformation Metadata

Metadata containing data about extraction frequencies, methods, and business rules for data extraction.

28
New cards

End-User Metadata

The navigational map of the data warehouse that enables users to find information.

29
New cards

Management and Control Component

The component that coordinates services and activities within the data warehouse by interacting with the metadata component.