GeekInterview.com
   Home |  Tech FAQ  |   Interview Questions |  Placement Papers |  Tech Articles |  Learn |  Freelance Projects |  Online Testing |  Geeks Talk |  Job Postings |  Knowledge Base | Site Search |  Add/Ask Question

  GeekInterview.com  >  Interview Questions  >  Data Warehousing  >  DataStage

 Print  |  
Question:  Functionality of Link Partitioner and Link Collector? 



Answer: Link Partitioner : It actually splits data into various partitions or data flows using various
partition methods .

Link Collector : It collects the data coming from partitions, merges it into a single data flow
and loads to target. 



January 01, 2006 03:24:12 #1
 jagan nimmagadda Database Expert  Member Since: January 2006    Total Comments: 6 

RE: Functionality of Link Partitioner and Link Collect...
 
server jobs mainly execute the jobs in sequential fashion,the ipc stage as well as link partioner and link collector will simulate the parllel mode of execution over the sever jobs having single cpu Link Partitioner : It receives data on a single input link and diverts the data to a maximum no.of 64 output links and the data processed by the same stage having same meta dataLink Collector : It will collects the data from 64 inputlinks, merges it into a single data flowand loads to target. these both r active stagesand the design and mode of execution of serverjobs has to be decidead by the designerregardsjagan mail for further asisitence jagannimmagadda@gmail.com
     

 

Back To Question