Three-Tier Data Warehouse Architecture, types of tier in Data Warehouse
In this, an article today learn Three-Tier Data Warehouse Architecture, types
of tier in Data Warehouse. follow the types of tier
1.Tier-2
2.Tier-3
The bottom tier is a warehouse database
server that is almost always a relational database system. Back-end tools and
utilities are used to feed data into the bottom tier from operational databases
or other external sources (such as customer profile information provided by
external consultants).
These tools and utilities perform data extraction,
cleaning, and transformation (eg, to merge similar data from different sources into a unified format), as well as load and refresh functions, to update the data warehouse. The data are extracted using application program interfaces known as
gateways. A gateway is
supported by the underlying DBMS and allows client programs to generate
SQL code to Examples of gateways includes ODBC (Open Database Connection) and OLEDB (Open-Linking and Embedding for Databases) by Microsoft and JDBC (ava Database Connection) This bier also contains a metadata repository, which stores information about the data warehouse and its contents.
Tier-2:
The middle tier is an OLAP server that is typically implemented using either a relational OLAP
(ROLAP) model or a multidimensional OLAP.
• OLAP model is an extended relational DBMS that maps operations on multidimensional data to
standard relational operations A multidimensional OLAP (MOLAP) model that is, a special-purpose server that directly implements multidimensional data and operations.
Tier-3:
The top tier is a front-end client layer, which contains query and reporting tools, analysis tools, and/or data mining tools (eg, trend analysis, prediction, and so on).
It is the relational database system. We use the back
end tools and utilities to feed data into the
bottom tier. These back end
tools and utilities perform the Extract, Clean, Load, and refresh functions.
Follow the Three-Tier Data Warehouse Architecture
- Bottom Tier (Data Warehouse Server)
- Middle Tier (OLAP Server)
- Top Tier (Front end Tools)
·
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 the bottom tier. for the data warehouse These
back end tools and utilities perform the Extract, Clean, Load, and refresh
functions.
·
Middle Tier −
In the middle tier, we have the OLAP
Server that can be implemented in either of the following ways.
o Relational OLAP (ROLAP), which is an extended
relational database management system.are data warehouse The ROLAP maps the operations on
multidimensional data to standard relational operations.
o
By Multidimensional OLAP (MOLAP) model, which directly
implements the multidimensional data and operations.
·
Top-Tier −
This tier is the front-end client
layer. This layer holds the query tools and reporting tools, analysis tools and
data mining tools.form three-tier data warehouse.
previous tutorial what is data mining in data warehouse follow this link: what is data mining in data warehouse
·
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 the bottom tier. for the data warehouse These
back end tools and utilities perform the Extract, Clean, Load, and refresh
functions.
·
Middle Tier −
In the middle tier, we have the OLAP
Server that can be implemented in either of the following ways.
o Relational OLAP (ROLAP), which is an extended
relational database management system.are data warehouse The ROLAP maps the operations on
multidimensional data to standard relational operations.
o
By Multidimensional OLAP (MOLAP) model, which directly
implements the multidimensional data and operations.
·
Top-Tier −
This tier is the front-end client
layer. This layer holds the query tools and reporting tools, analysis tools and
data mining tools.form three-tier data warehouse.
previous tutorial what is data mining in data warehouse follow this link: what is data mining in data warehouse

The three-tier architecture provides a clear way to understand how a data warehouse separates data storage, analytical processing, and user-facing analysis. The explanation of the bottom tier as the warehouse database, followed by the OLAP layer and finally the reporting and data mining tools, makes the overall flow easier to visualize.
ReplyDeleteThe discussion of extraction, cleaning, transformation, loading, and refreshing is particularly useful because these activities are fundamental to preparing data before it reaches the warehouse. Understanding this flow provides a good foundation for exploring Data Engineering Training, especially when learning how data moves between operational sources and analytical systems.
The top tier completes the architecture by providing query, reporting, analysis, and data mining capabilities. Connecting these tools to a structured warehouse demonstrates how prepared data can ultimately support business analysis and decision-making, which also relates closely to Data Analysis Training.
ReplyDelete