In which situations we can use normal and sparse lookup
stages

Answers were Sorted based on User's Feedback



In which situations we can use normal and sparse lookup stages..

Answer / nandini

Normal lookup:- U r having 90% data in primary like(source
table) and 10% data of Refference link(lookup table)in kind
of sutivation we can use normal lookup.and the normal
lookup data can stores in the temprovary memory.

Sparse lookup:-U r having 10% data in primary like(source
table) and 90% data of Refference link(lookup table)in kind
of sutivation we can use sparse lookup.and the sparse
lookup data can not stores in the temprovary memory because
it s having the huge data.

Is This Answer Correct ?    17 Yes 0 No

In which situations we can use normal and sparse lookup stages..

Answer / poornachandrababu.l

When the reference is database then we will go for Sparse
look and If reference is Sequential file or DataSet then
we go for normal look up

Is This Answer Correct ?    6 Yes 5 No

In which situations we can use normal and sparse lookup stages..

Answer / subbuchamala

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

Sparse lookup:-
If we have 10% data in primary like(source
table) and 90% data of Refference link(lookup table)in kind
of sutivation we can use sparse lookup.and the sparse
lookup data can not stores in the temporary memory because
Refernce will have Huge data and for record(KEY Columns) from Source it will go to Reference Database and get the Output of it.

Is This Answer Correct ?    1 Yes 0 No

In which situations we can use normal and sparse lookup stages..

Answer / 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

More Data Stage Interview Questions

Can we use sequential file as source to hash file? Have you do it ?if what error it will give?

1 Answers   SS Solutions,


How to perform incremental load in datastage?

0 Answers  


CAN WE DECLARE DATASET SET WITH OTHER THAN .DS EXTENTION OR NOT IF YES WHAT IS THE DIFFERENCE U FIND?IF NOT WHY?

2 Answers  


Why fact table is in normal form?

0 Answers  


How to find value from a column in a dataset?

0 Answers   TIAA CREF,






what is materialized view used datastage?

1 Answers   HSBC,


What are the enhancements made in datastage 7.5 compare with 7.0?

0 Answers  


what is the use of surogate key in datastage

3 Answers  


if a column contains data like abc,aaa,xyz,pwe,xok,abc,xyz,abc,pwe,abc,pwe,xok,xyz,xxx,abc, roy,pwe,aaa,xxx,xyz,roy,xok.... how to send the unique data to one source and remaining data to another source????

3 Answers  


5) A file contains 10 (1-10) I want trgt like Trgt 1 trgt 2 trgt 3 1 2 3 4 5 6 7 8 9 10

2 Answers  


Where do the datastage jobs get stored?

0 Answers  


Define project in datastage?

0 Answers  


Categories