BA102 - NOTES M3
BA102 - NOTES M3
KIMBALL APPROACH
Kimball’s approach to designing a Dataware house was introduced
by Ralph Kimball. This approach starts with recognizing the business
process and questions that Dataware house has to answer. These
sets of information are being analyzed and then documented well.
The Extract Transform Load (ETL) software brings all data from
multiple data sources called data marts and then is loaded into a
common area called staging. Then this is transformed into an OLAP
cube.
Once data is uploaded in the data warehouse staging area, the
next phase includes loading data into a dimensional data
warehouse model that’s denormalized by nature. This model
partitions data into the fact table, which is numeric
transactional data or dimension table, which is the reference
information that supports facts.
Star schema is the fundamental element of the dimensional
data warehouse model. The combination of a fact table with ADVANTAGES OF THE KIMBALL APPROACH
several dimensional tables is often called the star schema. Kimball dimensional modeling is fast to construct as no
Kimball dimensional modeling allows users to construct normalization is involved, which means swift execution of the
several star schemas to fulfill various reporting needs. The initial phase of the data warehousing design process
advantage of star schema is that small dimensionaltable An advantage of star schema is that most data operators can
queries run instantaneously. easily comprehend it because of its denormalized structure,
The Kimball matrix displays how star schemas are constructed. which simplifies querying and analysis
It is used by business management teams as an input to Data warehouse system footprint is trivial because it focuses
prioritize which row of the Kimball matrix should be on individual business areas and processes rather than the
implemented first. whole enterprise. So, it takes less space in the database,
simplifying system management
It enables fast data retrieval from the data warehouse, as data
is segregated into fact tables and dimensions. For example,
BA102 - Business Analytics
by: Angel Dinah G. Bedayos
the fact and dimension table for the insurance industry would
include policy transactions and claims transactions
A smaller team of designers and planners is sufficient for data
warehouse management because data source systems are
stable, and the data warehouse is process-oriented. Also,
query optimization is straightforward, predictable, and
controllable
The Kimball approach to data warehouse lifecycle is also
referred to as the business dimensional lifestyle approach
because it allows business intelligence tools to go deeper
across several star schemas and generates reliable insights
Workforce
If your company reduces the workforce to maintain the data
warehouse, Kimball’s approach can be used to develop the
data warehouse.
But if you can afford a large scale of staff, then the Inmon
approach is more useful.