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:  Dataset and Transformers Performance

Answer: How can you say that performance will be improve if we make use of a dataset?
Why does the performance degrade when we use 4-5 transformers in a single job?


January 01, 2009 00:35:35 #2
 ashokmadduri   Member Since: January 2009    Total Comments: 1 

RE: Dataset and Transformers Performance
 
Dataset are referring to control file due to this dataset will give fast performance while processing the data, if you use transformers in job, it should compile the C++ backend due to this datastage engine will get more pressure to handle transformer stage, if you use more number of transformers in a job
     

 

Back To Question