forum.venkateswarlu.net
      Register      Login
Datamart VS Datawarehouse

No replies to this topic

Veerababu Narla #1
Member
30 Points
Posted on 31 Jan 2014 04:33 PM IST

Database



  1. Used for Online Transactional Processing (OLTP) but can be used for other purposes such as Data Warehousing. This records the data from the user for history.

  2. The tables and joins are complex since they are normalized (for RDMS). This is done to reduce redundant data and to save storage space.

  3. Entity – Relational modeling techniques are used for RDMS database design.

  4. Optimized for write operation.

  5. Performance is low for analysis queries.

Data Warehouse



  1. Used for Online Analytical Processing (OLAP). This reads the historical data for the Users for business decisions.

  2. The Tables and joins are simple since they are de-normalized. This is done to reduce the response time for analytical queries.

  3. Data – Modeling techniques are used for the Data Warehouse design.

  4. Optimized for read operations.

  5. High performance for analytical queries.

  6. Is usually a Database.

Differences:


1.Data mart is usually sponsored at the department level and developed with a specific issue or subject in mind, a data mart is a data warehouse with a focused objective.


.Data warehouse is a “Subject-Oriented, Integrated, Time-Variant, Nonvolatile collection of data in support of decision making”.


2.A data mart is used on a business division/ department level.


.A data warehouse is used on an enterprise level.


3.A Data Mart is a subset of data from a Data Warehouse. Data Marts are built for specific user groups.


4.A Data Warehouse is simply an integrated consolidation of data from a variety of sources that is specially designed to support strategic and tactical decision making.


                      


.By providing decision makers with only a subset of data from the Data Warehouse, Privacy, Performance and Clarity Objectives can be attained.


 

 
SQL Server     759 views     Reply to this topic