Sparse Lookup and Normal Lookup

What are the differences between Sparse Lookup and Normal Lookup?

Questions by venkata ramana   answers by venkata ramana

Showing Answers 1 - 9 of 9 Answers

Normal Lookup:In this when ever ds wants to look up it just place the target table data into buffer.

Sparse Lookup:To look up itr fires an sql query to the database instead of placing into buffer.To use sparse look up your target database must be larger than source table and your target should be a database of any type.

  Was this answer useful?  Yes

normal look-up:
all the reference table data is stored in the buffer for cross- check with the primary table data.
sparse lookup:
each record of the primary table is cross checked with the reference table date

the types of look-ups will araise only if the reference table is in database.
so depending on the size of the reference table we will set the type of lookup to implement.

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions