Data Mining Presantation
Data Mining Presantation
S. Moni Sindhu
Collection of conceptual tools for describing data, data
relationships, data semantics and consistency
constraint.
Conceptual representation of data structures required
for database
Model for data management where the
databases are developed according to user's
preferences, in order to be used for specific
types of retrievals.
Multidimensional database (MDB) is mainly
optimized for data warehouse and online
analytical processing (OLAP) applications
Multidimensional data-base technology is a
key factor in the interactive analysis of large
amounts of data for decision-making
purposes
MDB mainly useful for sales and marketing
applications that involve time series.
Enables interactive analyses of large amounts
of data for decision-making purposes
Rapidly process the data in the database so
that answers can be generated quickly.
Provides “just-in-time” information for
effective decision-making in a successful
OLAP application
View data as multidimensional cubes , which
have been particularly well suited for data
analyses
Enforces simplicity
Data Cube Model
Star Schema Model
Rotation
It is the simplest form of data warehousing
schema.
It consists one large central table (fact)
containing the bulk of data and a set of
smaller dimension tables one for each
dimension .
Its entity relationship diagram between
dimensions and fact table resembles a star
where one fact table is connected to multiple
dimensions or table.
It is difficult from a star schema .
In this dimensional table are organized into
hierarchy by normalization them.
The Snow Flake Schema is represented by
centralized fact table which are connected to
multiple dimensions.
It is a set of fact tables that shares some
dimensional tables.
It limits the possible queries for the data
warehouse.