can we use sequential file as a lookup
Answer Posted / chakravarthy kanishka
Look doesnt requires common key coloumn, then why we need key,
if we go for sequential file as a look up, and squential file have huge data,then it hits the performance,again you need to apply the performance techniques to the sequential file while reading the data,so better to avoid sequential file as a reference to look up.
its my guess...
please let me know if wrong.
thanks
kanishka
| Is This Answer Correct ? | 4 Yes | 4 No |
Post New Answer View All Answers
Which algorithm you used for your hashfile?
Enlist various types of routines in datastage.
What are the different type of jobs in datastage?
how to connect source to db?generally what r stages u used? how to find the data is having delimiter format?
What are the various kinds of containers available in datastage?
What are routines in datastage? Enlist various types of routines.
What are the partitioning techniques available in link partitioner?
What are the different kinds of views available in a datastage director?
How rejected rows are managed in datastage?
What are stage variables, derivations and constants?
What are the types of views in datastage director?
hi.... am facing typical problem in every interview " I need some critical scenarios faced in real time" plz help me guys
Can we use target hash file as a lookup ?
What are the functionalities of link partitioner?
I/p : F1 table have A,B,C,D,E and F2 table having C,E,V i need output 0utput1: ABD output2: V any one suggest me this