Tuesday, 6 January 2015

Three-Tier Data Warehouse Architecture

 Generally the data warehouses adopt the three-tier architecture. Following are the three tiers of data warehouse architecture.

  • Bottom Tier - The bottom tier of the architecture is the data warehouse database server.It is the relational database system.We use the back end tools and utilities to feed data into bottom tier.these back end tools and utilities performs the Extract, Clean, Load, and refresh functions.
  •  Middle Tier - In the middle tier we have OLAp Server. the OLAP Server can be implemented in either of the following ways. 
  1.  By relational OLAP (ROLAP), which is an extended relational database management system? The ROLAP maps the operations on multidimensional data to standard relational operations.
  2.   By Multidimensional OLAP (MOLAP) model, which directly implements multidimensional data and operations? 
  • Top-Tier - This tier is the front-end client layer. This layer holds the query tools and reporting tool, analysis tools and data mining tools.

No comments:

Post a Comment