Assignment 5
Assignment 5
Assignment no -4
Typical information used by a DSS includes target or projected revenue, sales figures or past
ones from different time periods, and other inventory- or operations-related data.
A decision support system (DSS) is a computerized system that gathers and analyzes
data, synthesizing it to produce comprehensive information reports.
A decision support system differs from an ordinary operations application, whose
function is just to collect data.
Decision support systems allow for more informed decision-making, timely problem-
solving and improved efficiency in dealing with issues or operations, planning, and even
management.
OLAP
OLAP is a category of software that allows users to analyze information from multiple database
systems at the same time. It is a technology that enables analysts to extract and view business
data from different points of view. OLAP stands for Online Analytical Processing.
Analysts frequently need to group, aggregate and join data. These operations in relational
databases are resource intensive. With OLAP data can be pre-calculated and pre-aggregated,
making analysis faster.
OLAP databases are divided into one or more cubes. The cubes are designed in such a way that
creating and viewing reports become easy.
OLAP’s biggest value lies in its multidimensional approach to organizing and analyzing data.
OLAP breaks down data into dimensions; for example, total sales might be broken into such
dimensions as geography and time.
The geography dimension might contain the levels of country, state, and county, while the time
dimension might be broken down by year, month, and day. Thus, OLAP in a data warehouse
enables companies to organize information in multiple dimensions, which makes it easy for
businesses to understand and use data.
Since OLAP contains multidimensional data usually obtained from different and unrelated
sources, it requires a special method of storing that data. Using a spreadsheet with rows and
columns is good for two-dimensional data, but not for multidimensional data. Instead, OLAP
cubes should be used for that purpose. They are structured in a way that allows for storing
various data types from heterogeneous sources and analyzing it in a logical and orderly manner.
Requirements for the OLAP component of a data warehouse or data mart strategy include:
• The ability to scale to large volumes of data and large numbers of concurrent users
• Consistent, fast query response times that allow for iterative speed-of-thought analysis
• Integrated metadata that seamlessly links the OLAP server and the data warehouse relational
database
• The ability to automatically drill from summary and calculated data, which is managed by the
OLAP server, to detail data stored in the data warehouse relational database
• A calculation engine that includes robust mathematical functions for computing derived data
(aggregations, matrix calculations, cross-dimensional calculations, OLAP-aware formulas and
procedural calculations)
• Availability of a wide variety of viewing and analysis tools to support different user
communities.