In: Computer Science
Whats the purpose of data warehouse design?
Answer:- Purpose of data warehouse design lies somewhere in its definition itself i.e. database created by combining data that is gathered through various sources that can be different types and formats( e.g. text, sql, xml, etc.).
A data warehouse is designed with the purpose of including business decisions by llowing data consolidation, analysis, and reporting at different aggregate levels. Data is populated into the DW by extraction, transformation, and loading.
Now what you will do after storing such huge amount of data from different sources into a single database, you will analyse the data which you have accumulated and try to answer queries which were not possible er were performance intensive earlier.
Data warehouse is a process of collecting data,transforming it, loading into single database and then using a BI( Business Intelligence ) tool to answer your analytical queries and preiction of any further questions that may arise are helpful to your domain or business
Below are few reasons:-
how is dimensional data models implemented in a database covering relation implementation and multidemensional implementation.
Answer:- Steps for dimensional data models implement in a database :-
Relational database implemention:- a relational database stores data in tables. Tables are organized into columns, and each column stores one type of data(integer, real number, character strings, etc.) The data for a single "instance" of a table is stored as a row.
Multidimensional database implemention:- this are used mostly for OLAP (online analytical processing) and data warehousing. Thet can be used to show multiple dimensions of data to users. A multidimensional is created for multiple relational databases.