i have seq file that contents 10 million records load to target any data base..
in that case it takes lot of time for loading..how do performance tuning in that situation...?
Answer Posted / bharath
It can be achieved by DEGREE OF PARALLELISM.
i.e, we can configure the multiple nodes in the configuration
file. In configuration file we can specify multiple nodes..
| Is This Answer Correct ? | 2 Yes | 3 No |
Post New Answer View All Answers
If you want to use the same piece of code in different jobs, how will you achieve it?
in oracle target stage when we use load option and when we use upsert option?
Explain how a source file is populated?
What is datastage engine?
What are constraints and derivations?
How do you generate sequence number in datastage?
Why do you need stage variables?
What are datastage sequences?
What is the difference between orabulk and bcp stages?
options available in sequence job to run,validate?
Describe the main features of datastage?
How do you register plug-ins?
What is the difference between informatica and datastage?
Define oconv () and iconv () functions in datastage?
how to use self join using datastage ? can u tell me using stage how can we implemnet the self join