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

what is the Difference Between Datastage Server Edition and Parallel Edition?

2 Answers   Tech Mahindra,


I have oracle enterpaise stage, oracle bulkloader stage, ODBC stage and I want to load data in to target, which of the above stages do I need to use and why?

3 Answers   Virtusa,


Hi,can any one please mention list of dimension and fact tables for Sales and Distribution System for a Pharmacutical company.

0 Answers   Syntel,


i have 4 jobs i want run 1job should run on 1node and 2job runon 2node and.... how to make it possible?

1 Answers  


Hi frnds, my scenario is like i'm having a record 1234"1323£3434%343434^23232!1212$23232 in the above record all the special characters must be removed.how can we do it in datastage 8.0.1.can any one please ans this? thanx in advance

2 Answers   IBM,


on how many columns we can perform aggregation in the aggregator stage?

2 Answers   Reliance,


how to handle null values using transformer stage?

1 Answers  


Which warehouse using in your datawarehouse

0 Answers   IBM,


What is process model?

0 Answers  


How do you import and export the datastage jobs?

0 Answers  


diff between changecapture & diffrence stage which situvation we can use the diffrence stage ?

1 Answers   TCS,


What are orabulk and bcp stages?

0 Answers  


Categories