Explain what is lookup?

Showing Answers 1 - 4 of 4 Answers

Ashim Dutta

  • Oct 20th, 2005
 

Lookup is basically a specific dataset which is keyed. This can be used to mapping values as per the data present in a particular file (serial/multi file). The dataset can be static as well dynamic ( in case the lookup file is being generated in previous phase and used as lookup file in current phase). Sometimes, hash-joins can be replaced by using reformat and lookup if one of the input to the join contains less number of records with slim record length.

AbInitio has built-in functions to retrieve values using the key for the lookup.

Lookup File consists of data records which can be held in main memory. Lookup is basically a specific dataset which is keyed. This makes the transform function to retrieve the records much faster than retirving from disk. It allows the transform component to process the data records of multiple files fastly.

--Shambhu

  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