In which situations we can use normal and sparse lookup
stages
Answer Posted / 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 |
Post New Answer View All Answers
Explain ibm infosphere information server and highlight its main features?
how to connect source to db?generally what r stages u used? how to find the data is having delimiter format?
Give an idea of system variables.
What is datastage?
Explain how a source file is populated?
There are two file are there .1st file contains 5 records and 2nd file contain 10 records in target they want 50 records.how can achieve this
How many types of hash files are there?
EXPLAIN SCD
How to read multiple files using a single datastage job if files have the same metadata?
What are the components of ascential data stage?
How to create a file using vi editor? 2)how to delete a file in vi editor? 3)How to connect the server datastage to unix? what r the command lines we r using? 4)30 jobs r runnig in unix i want to find out my job. how to do this? give me command?
how to export or import the jobs in .ISX file
How do you remove duplicate values in datastage?
Can you explain repository tables in datastage?
What are the some differences between 7.x and 8.x version of datastage?