why we use hash file for lookup?
Answers were Sorted based on User's Feedback
Answer / hari
Hash partitioning
method is the key
based partition
method... And lookup
wich also compare and
retrieve the data
based on key
column... So by using
hash method wil
increase performance
in lookup...
Is This Answer Correct ? | 5 Yes | 0 No |
Answer / jayam
Hash file is worked in key based . so lookup stage work on
comparasion of columns. so using hash file
Is This Answer Correct ? | 3 Yes | 0 No |
Answer / bharath
Hash file is a refference table based on key fileds which
can provide fast access in lookups. Just to spped up the
lookup process we use hash files.
Is This Answer Correct ? | 1 Yes | 0 No |
Answer / varma
Hash files is the only way to do lookup .. It is key based
and ensures no duplicates are present on that key. It wont
give an error if you use OCI or DB2 stage as lookup but the
results will be wrong...
Is This Answer Correct ? | 1 Yes | 0 No |
Can you explain tagbatch restructure operator?
Is it possible to implement parallelism in Mainframe Jobs ? If Yes how ? If no why ?
Is the value of staging variable stored temporarily or permanently?
What is the difference between odbc and drs stage?
What is exact difference between Parallel Jobs and server Jobs..
what is the use of skid in reporting?
Enlist various types of routines in datastage.
I have a few records all are same structures data, I want to store data in multiple targets how?
I have 2 jobs.I want to ru job B if job A has run 3 times.How can I achieve this through datastage
How will you load you daily/monthly jobs datas in to Fact and Dimension table using datastage.
What are the primary usages of datastage tool?
Hi, Please tell me how to solve this scenario in datastage ? Here we have 3 columns in a table TEST CODE,ENTRY DATE and BATCH The table looks like CODE ENTRYDATE BATCH 100 100716 1 100 100716 1 100 100716 1 200 122517 2 200 122517 2 302 555555 8 302 555555 8 302 555555 8 We need to create a seqno on grouping these 3 columns. The result should be like this. CODE ENTRYDATE BATCH SEQNO 100 100716 1 1 100 100716 1 2 100 100716 1 3 200 122517 2 1 200 122517 2 2 302 555555 8 1 302 555555 8 2 302 555555 8 3
1 Answers Alpharithm Technologies,