how many datamarts we will use in real time project and when
will use the datamart?pls send the replay early
Answers were Sorted based on User's Feedback
Answer / madhu tallapaneni
For example: dB every branch have each mgr
Manager
Reliance comm.
Reliance Group : manager Top Level mgr(TLM)
Reliance power details of below
sales
Manager customer
Reliance Fresh TLM needs employee
period
` order
Input
Explanation of above example: Reliance group with some there branches and every branch have one manager. And for all this manager one Top level manager (TLM) will be there. And TLM needs the details of list shown above for analyze.
Bottom level
For above example how ETL process is done shown below RC-mgr
reliance fresh ERP
mini WH/ Data mart DWH independent Data Mart Dependent Data Mart Reliance Fresh(taking one from group directly)
Dependent Data Mart: means the ETL process takes all manager information or dB and keep in the Warehouse. By that the data transmission between warehouse and data mart where depends upon by each other. Here Data mart is also called as ‘Bottom level’/ ‘mini WH’ as shown in blue color in above figure i.e., the data of individual manager (like RF, RC, RP and so on). Hence the data mart depends up on the WH is called dependent data mart.
Independent Data Mart: only one or individual manager i.e., data mart were directly access the ETL process with out any help of Warehouse. That’s why its called independent data mart.
6.1 Two level approaches:
For the both approaches two layers architecture will apply.
1. Top-Bottom level approach, and
2. Bottom- Top level approach.
6.1. Top – Bottom level approach:
The level start from top means as per example Reliance group to their individual managers their ETL process from their to Data Warehouse (top level) and from their to all separate data marts (bottom level).
R Comm. Data Mart
R Power Data Mart
Reliance Group
Warehouse
R Fresh Data Mart
Top level Bottom level
Layer I Layer II
Top – Bottom level approach
In the above the top – bottom level is defined, and this approach is invented by W. H. Inner.
Here, warehouse is top level and all data mart are bottom level as shown in the above figure.
6.2. Bottom – top level approach:
Means from here the ETL process takes directly from data mart (DM) and the data put in the warehouse for reference purpose or storing the DM in the Data WareHouse (DWH).
R comm.
DM
R power
DM DWH
Reliance Group
R fresh DM
Layer I Layer II Bottom level Top level
| Is This Answer Correct ? | 0 Yes | 0 No |
If the job aborted in a sequencer, how can we start that from the previews successful job.
can we see the data in fixed width file? how can u change the datatype of fixed width files?
what is the use of invokation id
3) Sequential file contains data like Empno ename sal 111 abc 2000 Trgt file: Trgt1----111 Trgt2----abc Trgt3---2000
How to read multiple files using a single datastage job if files have the same metadata?
how to remove duplicates in transformer stage by using stage variables?one example?
Can you explain how could anyone drop the index before loading the data in target in datastage?
Hi,can any one please mention list of dimension and fact tables for Sales and Distribution System for a Pharmacutical company.
Define APT_CONFIG in Datastage?
What is usage analysis in datastage?
i have a scenario in which i/p columns areID,salary with 1,1000 2,2000 and 3,3000 i need an extra column in the o/p named avg(salary)how can i get it?
how to identifie,is it innerjoin,leftouter join in lookup?