#1
| |||
| |||
Concept of OLAP ? hello everyone, What is the concept of OLAP in database systems ? Can anyone provide me necessary and useful information about this ? thank you... |
#2
| |||
| |||
Re: Concept of OLAP ? OLAP means OnLine Analytical Processing. OLAP is an approach to quickly answer multi-dimensional analytical queries. OLAP is part of the broader category of business intelligence, which also encompasses relational reporting and data mining. The typical applications of OLAP are in business reporting for sales, marketing, management reporting, business process management (BPM), budgeting and forecasting, financial reporting and similar areas. The term OLAP was created as a slight modification of the traditional database term OLTP (Online Transaction Processing). Databases configured for OLAP use a multidimensional data model, allowing for complex analytical and ad-hoc queries with a rapid execution time. They borrow aspects of navigational databases and hierarchical databases that are faster than relational databases. |
#3
| |||
| |||
Re: Concept of OLAP ? Concept In the core of any OLAP system, there is a concept of an OLAP cube (also called a multidimensional cube or a hypercube). It consists of numeric facts called measures which are categorized by dimensions. The cube metadata is typically created from a star schema or snowflake schema of tables in a relational database. Measures are derived from the records in the fact table and dimensions are derived from the dimension tables. Each measure can be thought of as having a set of labels, or meta-data associated with it. A dimension is what describes these labels; it provides information about the measure. A simple example would be a cube that contains a store's sales as a measure, and Date/Time as a dimension. Each Sale has a Date/Time label that describes more about that sale. Any number of dimensions can be added to the structure such as Store, Cashier, or Customer by adding a column to the fact table. This allows an analyst to view the measures along any combination of the dimensions. |
#4
| |||
| |||
Re: Concept of OLAP ? Well, the concept of OLAP was not included in the traditional database systems....It became useful in the Advanced Database Systems. The application of OLAP became highly useful in multidimensional relational databases.
|
#5
| |||
| |||
Re: Concept of OLAP ? Online analytical processing (OLAP) is in my opinion a highly abused term that has lost much of its original meaning. In its original guise, dating from the early 1990’s, the term was used to describe a class of computer systems that were designed and optimized for analysis. This is still true of Oracle OLAP but not for many of the other proprietary solutions currently available in the marketplace. You can gain the basic knowledge of OLAP through a great book.The book is available on Amazon & you can buy an e-book directly from the publisher by writing Last edited by Rameez.J : 26-01-2010 at 05:51 AM. Reason: External Links are not allowed |
![]() |
|
Tags: olap |
Thread Tools | Search this Thread |
|
![]() | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Email Concept in .Net | samualres | Software Development | 5 | 23-01-2010 02:06 PM |
Cursor concept of the SQL | rooki | Software Development | 3 | 08-12-2009 02:44 PM |
Concept of the Constraints in SQL | Smita.bendal | Software Development | 4 | 30-11-2009 11:25 AM |
Concept of UML | Jagadamba | Software Development | 3 | 20-11-2009 09:53 AM |
The concept of cooling | Cadallic | Overclocking & Computer Modification | 4 | 03-10-2008 05:16 PM |