|
| Total Answers and Comments: 4 |
Last Update: July 24, 2008 Asked by: datastage8 |
|
| | |
|
Submitted by: swapnilverma Hi
for huge size of data we must use join.
Lookup stage requires all the data to be loaded in memory 1st & then only it can start matching process with inputs.
Hence It is advisable to use join stage then Lookup stage.
If you want to capture Reject records then you can use transformer (or filter) after Join Stage and capture the null values. Or Instead of join stage use Merge Stage to capture the reject records.
Hope this helps
Above answer was rated as good by the following members: anujk_arora | Go To Top
|