Data Warehouse
Data Warehouse
As data becomes more integral to the services that power our world, so too
do warehouses capable of housing and analyzing large volumes of data.
Whether you’ve realized it or not, you likely use many of these services
every day.
In recent decades, the health care industry has increasingly turned to data
analytics to improve patient care, efficiently manage operations, and reach
business goals. As a result, data scientists, data analysts, and health
informatics professionals rely on data warehouses to store and process
large amounts of relevant health care data.
Banking
Open up a banking statement and you’ll likely see a long list of transactions:
ATM withdrawals, purchases, bill payments, and on and on. While the list of
transactions might be long for a single individual, they’re much longer for the
many millions of customers who rely on banking services every day. Rather
than simply sitting on this wealth of data, banks use data warehouses to
store and analyze this data to develop actionable insights and improve their
service offerings.
Retail
Subject-Oriented
Integrated
Non-Volatile
Data once entered into a data warehouse must remain unchanged. All data is read-
only. Previous data is not erased when current data is entered. This helps you to
analyze what has happened and when.
Time-Variant
The data stored in a data warehouse is documented with an element of time, either
explicitly or implicitly. An example of time variance in Data Warehouse is exhibited in
the Primary Key, which must have an element of time like the day, week, or month.
Although a data warehouse and a traditional database share some similarities, they
need not be the same idea. The main difference is that in a database, data is
collected for multiple transactional purposes. However, in a data warehouse, data is
collected on an extensive scale to perform analytics. Databases provide real-time
data, while warehouses store data to be accessed for big analytical queries.
Bottom Tier
The bottom tier or data warehouse server usually represents a relational database
system. Back-end tools are used to cleanse, transform and feed data into this layer.
Middle Tier
The middle tier represents an OLAP server that can be implemented in two ways.
Top Tier
This is the front-end client interface that gets data out from the data warehouse. It
holds various tools like query tools, analysis tools, reporting tools, and data mining
tools.