Data Warehouse Design - Chapter 1.1 & 1.2 Flashcards

1
Q

Why is datawarehousing invented?

A

The larger one’s company is, or the larger their database becomes, the harder it becomes to retrieve your desired data for analytical processing.

You often have to use extensive SQL codes and it can take up to hours.

Therefore, data warehousing is implemented to minimize slowig down the system and to maximize the ability to do analytical decisionmaking

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

What is OLAP?

A

Online Analytical Processing

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

What is OLTP?

A

Online Transactional Processing

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

What is operational data?

A

Data created by business operations invovled in daily management processes.

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

Why are computers the only suitable tools for decision-making?

A

Because of the exponential increase in operational data.

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

What is a decision support system (DSS)?

A

A set of expandable, interactive, IT techniques and tools designed for processing and analyzing data and for supporting managers in decision making.

To do this, the system matches individual resources of managers with computer resources to improve the quality of decisions made.

-> Does not slow the operational systems down

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

How does a DSS look like from an architectual viewpoint?

A
  1. Model based management system that is connected to
  2. A knowledge engine
  3. A graphical user interface.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

What is a passive DSS?

A

Supports decision-making processes, but it does not offer explicit suggestions on decisions or solutions

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

What is an active DSS?

A

Offers suggestions and solutions

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

What is a collaborative DSS?

A

Operates interactively and allows decisionmakers to modify, integrate, or refine suggestions given by the system.
Suggestions are sent back to the system for validation

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

What is a model-driven DSS?

A

Enhances management of statistical, financial, optimization and simulation models

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

What is a communication-driven DSS?

A

Supports a group of people working on a common task.

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

What is a data-driven DSS?

A

Enhances the access and management of time series of corporate and external data.

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

What is a document-driven DSS?

A

Manages and processes nonstructured data in many formats.

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

What is a knowledge-driven DSS?

A

Provides problem-solving features in the form of facts, rules and procedures.

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

What is data warehousing?

A

A collection of methods, techniques, and tools used to support knowledge workers - senior managers, directors, managers and analysts - to conduct data analyses that help with performing decision-making processes and improving information resources.

17
Q

What are mandatory requirements for a datawarehouse process?

To turn operational data into information that can be used to support decision-making?

A
  1. Accesibility to users that are not familiar with data
  2. Intergration of data on the basis of a standard model
  3. Query flexibility to maximize the obtained advantages from existing information
  4. Information conciseness to allow for target-oriented and effective analyses
  5. Multidimensional representation to give users a manageable view of information
  6. Correctness and completeness of integrated data
18
Q

What is a data warehouse and what are its three features?

A

A collection of data that supports decision-making processes and has the following features:

  1. It is subject-oriented
  2. It is integrated and consistent
  3. It shows its evolution over time and it is not volatile
19
Q

What are three effects of data never being deleted from a data warehouse?

A
  1. Satisfies the users’ need for a short analysis query response time
  2. There is no need for advanced transaction management techniques (as in operational databases)
  3. Data warehouses are read-only making it more acceptable to de-normalize data to improve performance.
20
Q

What are the three main differences between an operational database and a datawarehouse?

A
  1. Operational data covers a short period of time, whereas a datawarehouse covers a period of time.
  2. Data in operational databases can be added, removed or modified. This does not happen in a data warehouse.
  3. Operational queries focus on a small number of tables and their relations. Data warehouse queries focus on huge amounts of data and queries.