what is sparse lookup?

Answers were Sorted based on User's Feedback



what is sparse lookup?..

Answer / ramya

use sparse lookup when reference database is huge i.e ratio
of input data and reference data is 1:100 or more

Is This Answer Correct ?    37 Yes 7 No

what is sparse lookup?..

Answer / venugopal

When the reference data is more and source data is very
very less at that time we are using the Sparce lookup i.e
the ratio is 1:100

Is This Answer Correct ?    23 Yes 5 No

what is sparse lookup?..

Answer / naresh

Sparce Lookup : if u use normal lookup it takes the entire
table into memory and perform lookup..coming to sparce
lookup it directly perform the lookup in database level.

one more difference is we can update the data into reference
tables.

Is This Answer Correct ?    12 Yes 0 No

what is sparse lookup?..

Answer / prasad

whenever the reference data is very huge than the primary
data then it will be problem for usig lookup stage,b'se the
data stored in buffer in lookup stage.using sparse lookup we
can perform the lookup in database level not in the
buffer,so the performance can be automatically improved...

Is This Answer Correct ?    5 Yes 1 No

what is sparse lookup?..

Answer / chenna

sparse lookup has more memory so that if reference table
contains huge amount of data perfer to use sparse lookup

Is This Answer Correct ?    3 Yes 4 No

what is sparse lookup?..

Answer / ananda

Join: When volume of data is more than 10 million in both
source and reference link.

Sparse Lookup: When reference data is > 500 million and
source data is <10 million.

Is This Answer Correct ?    2 Yes 8 No

what is sparse lookup?..

Answer / vin

If reference data is huge then we will go for join stage.
Then when we will use join and sparce is useful?

Is This Answer Correct ?    1 Yes 15 No

Post New Answer

More Data Stage Interview Questions

What is active and passive stage?

0 Answers  


how to export or import the jobs in .ISX file

0 Answers  


How complex jobs are implemented in datstage to improve performance?

0 Answers  


How many Key we can define in remove duplicate stage?

0 Answers   CTS,


what is materialized view used datastage?

1 Answers   HSBC,






Hi any one has datasatge 8.5 certication dump could you please provide your details i will contact you. send reply to my mail rajaadivi@gmail.com Thanks in Advance

2 Answers  


What is diff between Junk dimensions and conform dimension?

4 Answers   Polaris,


DataStage Scenario based Interview Questions

1 Answers  


How will you move hashed file from one location to another location?

0 Answers   NTT Data,


Can you highlight the main features of ibm infosphere information server?

0 Answers  


How many partitions does a node can have? Some body explain me clearly about the partitions and the nodes?

3 Answers  


How do u set a default value to a column if the column value is NULL?

7 Answers   HP,


Categories