In which situations we can use normal and sparse lookup
stages

Answer Posted / subbuchamala

Sparse LookUp:
for each source value, It will go refernce Database and get the Output.

Normal lookup:- 90% data in primary like(source
table) and 10% data of Refference link(lookup table)then we can use normal lookup.and the normal
lookup data uses in the temporary memory(RAM).

Sparse lookup:- 10% data in primary like(source
table) and 90% data of Refference link(lookup table)then we can use sparse lookup.

Is This Answer Correct ?    1 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

what should be ensure to run the sequence job so that if its get aborted in 10th job before 9job should get succeeded?

1131


What is the method of removing duplicates, without the remove duplicate stage?

770


Can you implement SCD2 using join, transformer and funnel stage?

1300


How to perform incremental load in datastage?

889


How can we improve the performance in datastage?

850


Distinguish between informatica & datastage. Which one would you choose and why?

755


What is "fatal error/rdbms code 3996" error?

913


Define data aggregation?

872


What are the different layers in the information server architecture?

846


what is stage is used for below Input columns: dept|mgr|employee|salary Output columns: mgr|count of employee per mgr|avg salary per dept note: each dept has one mgr and each mgr has many employees

837


how to write server Routine coding?

1856


Where do the datastage jobs get stored?

941


What is the difference between Datastage 7.5 and 7.0?

861


What is a merge in datastage?

958


Can you explain kafka connector?

1013