which memory is used by lookup and join
Answers were Sorted based on User's Feedback
Answer / kala
Join use the buffer memory and Lookup use the physical memory(RAM)
| Is This Answer Correct ? | 14 Yes | 1 No |
-->LOOK-UP runs based on physical memory(RAM).
While doing Look-Up, Data will be loaded into the Physical Memory(RAM) which faster and better for LOW Valume of data.
-->JOIN Uses the Buffer Memory(disc memory)
Buffer Memory(disc memory)--> this path is specified in the Configuration file and parameter name is: SCRATCH DISK path
| Is This Answer Correct ? | 3 Yes | 0 No |
Answer / raam chowdary
join is used in permanent memory and lookup is used in buffer(ram)
| Is This Answer Correct ? | 4 Yes | 2 No |
Answer / naren
join is use the disc memory,look up use the buffer memory(ram)
| Is This Answer Correct ? | 2 Yes | 2 No |
What is the command line function to import and export the ds jobs?
What is the difference between an operational datastage and a data warehouse?
What are the some differences between 7.x and 8.x version of datastage?
What is the difference between datastage and datastage tx?
What are the different kinds of views available in a datastage director?
How can we move a DATASTAGE JOB from Development to Testing environment with the help of a datastage job using unix commands.
If seg file having 10 records ex:eid 1 2 " " 10 if oracle database having 100 records ex:eid 1 2 " " 100 how to delete matched records permenently from oracle database using datastage ?
Explain the functionality of your current project?
1 Answers IBM, Miles Software,
EXPLAIN SCD
Pls tell me what is troubleshooting in datastage view?
I have a few records just I want to store data in to targets cycling way how?
i have a job with 3 possibiliies finish with ststus ok abbort warning how do you handle these 3 in job sequence? explain the situation where you have appiled scd in your project? chandu