24
Presentation on DATA-WAREHOUSE OLAP, OLAM and Cluster Analysis while using PARTITION METHOD. Presented by RAVI SINGH SHEKHAWAT K11562 BCA 6 th SEMESTER

Datawarehouse olap olam

Embed Size (px)

Citation preview

Page 1: Datawarehouse olap olam

Presentation on

DATA-WAREHOUSE OLAP, OLAM and Cluster Analysis while using PARTITION METHOD.

Presented byRAVI SINGH SHEKHAWATK11562BCA 6th SEMESTER

Page 2: Datawarehouse olap olam

CONTENTSWhat is a DATA-WAREHOUSE?What is a DATA-WAREHOUSE?

Flaws in DATA WAREHOUSE SystemFlaws in DATA WAREHOUSE System

DATA-WAREHOUSE v/s Regular DATBASEDATA-WAREHOUSE v/s Regular DATBASE

What is OLAP?What is OLAP?

Catagorisation of OLAPCatagorisation of OLAP

SLICE & DICESLICE & DICE

What is OLAM?What is OLAM?

Cluster analysis using Partitioning Method

Page 3: Datawarehouse olap olam

What is DATA

WAREHOUSE?

Page 4: Datawarehouse olap olam

A data warehouse is a copy of transaction data specifically

structured for query and analysis.

Simple Defination

Page 5: Datawarehouse olap olam

In DepthA data warehouse is a subject-oriented, integrated, time-variant and non-volatile collection of data in support of management's decision making process.

Subject-Oriented: A data warehouse can be used to analyze a particular subject area. For example, "sales" can be a particular subject.

Integrated: A data warehouse integrates data from multiple data sources. For example, source A and source B may have different ways of identifying a product, but in a data warehouse, there will be only a single way of identifying a product.

Page 6: Datawarehouse olap olam

Time-Variant: Historical data is kept in a data warehouse. For example, one can retrieve data from 3 months, 6 months, 12 months, or even older data from a data warehouse. This contrasts with a transactions system, where often only the most recent data is kept. For example, a transaction system may hold the most recent address of a customer, where a data warehouse can hold all addresses associated with a customer.

Non-volatile: Once data is in the data warehouse, it will not change. So, historical data in a data warehouse should never be altered.

Page 7: Datawarehouse olap olam

Flaws in DATA

WAREHOUSESystems.

Page 8: Datawarehouse olap olam

Data warehouses are expensive to scale, and do not excel at handling raw, unstructured, or complex data. However, data warehouses are still an important tool in the big data era.

Page 9: Datawarehouse olap olam

DATAWAREHOUSE

V/SRegular

Database

Page 10: Datawarehouse olap olam

Opretional databases are optimized to maintain strict accuracy of data in the

moment by rapidly updating real-time data.

Data warehouses, by contrast, are designed to give a long-range view of

data over time. They trade off transaction volume and instead specialize in data aggregation.

Page 11: Datawarehouse olap olam

What is OLAP?

Page 12: Datawarehouse olap olam

Software tools that provides analysis of data stored in a database.

OLAP tools enable users to analyze different dimensions of multidimensional data.

The chief component of OLAP is the OLAP server, which sits between a client

and a database management systems (DBMS).

Page 13: Datawarehouse olap olam

Catagorisation of OLAP

Page 14: Datawarehouse olap olam

In the OLAP world, there are mainly two different types:

● Multidimensional OLAP (MOLAP)

● Relational OLAP (ROLAP).

● Hybrid OLAP (HOLAP) refers to technologies that combine MOLAP and ROLAP.

Page 15: Datawarehouse olap olam

MOLAP This is the more traditional way of OLAP analysis. In MOLAP, data is stored in a multidimensional cube. The storage is not in the relational

database, but in proprietary formats.

Page 16: Datawarehouse olap olam

ROLAP This methodology relies on

manipulating the data stored in the relational database to give the

appearance of traditional OLAP's slicing and dicing functionality.

Page 17: Datawarehouse olap olam

SLICE AND DICE

Page 18: Datawarehouse olap olam

HOLAP HOLAP technologies attempt to

combine the advantages of MOLAP and ROLAP. For summary-type

information, HOLAP leverages cube technology for faster performance. When detail information is needed, HOLAP can "drill through" from the cube into the underlying relational

data.

Page 19: Datawarehouse olap olam

What is OLAM?

Page 20: Datawarehouse olap olam

An Integration of Data Mining and Data Warehousing.

Online Analytical Mining integrates with Online Analytical Processing with data

mining and mining knowledge in multidimensional databases.

Page 21: Datawarehouse olap olam

In Depth

High quality of data in data warehouses.

Available information processing infrastructure surrounding data warehouses.

OLAP−based exploratory data.

AnalysisOnline selection of data mining functions.

Page 22: Datawarehouse olap olam

Cluster analysis using Partitioning

Method

Page 23: Datawarehouse olap olam

Suppose we are given a database of ‘n’ objects and the partitioning method constructs ‘k’ partition of data.Each partition will represent a cluster and k ≤ n. It means that it will classify the data into k groups, which satisfy the following rules−

1.Each group contains at least one object.

2.Each object must belong to exactly one group.

Page 24: Datawarehouse olap olam

Procedure−

For a given number of partitions (say k), the partitioning method will create an initial partitioning.

Then it uses the iterative relocation technique to improve the partitioning by moving objects from one group to other.