Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


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...?

Answers were Sorted based on User's Feedback



i have seq file that contents 10 million records load to target any data base.. in that case it t..

Answer / subhash

1.Increase the 'Numbers Readers per Node' to '2' in source file.
2. Use the Bulk Load Option in Target Oracle Connector.
3. set option Re-Build Index option, so that it will drop indexes before loading and It will create the indexes once load is completed.
4. Increase the 'Record count'(set 10,000, should be multiple of Array size) in TGT.
5. Increase 'Array size'(set 5,000, default is 2,000) in TGT.
6. SRC---->COPY---->TGT,
use COPY stage, so, it work like buffer whenever there is diff in number records processing at source side and at target side.

Is This Answer Correct ?    10 Yes 0 No

i have seq file that contents 10 million records load to target any data base.. in that case it t..

Answer / krishna

1) In sequential stage we have stage properties on that
select options and increase the readers


2) In datastage admin we have on environmental variable like
logical reader that set as one

Is This Answer Correct ?    2 Yes 1 No

i have seq file that contents 10 million records load to target any data base.. in that case it t..

Answer / subhash

One more Option is split the file into small files and Load
all files and send those to funnel to combind.

Is This Answer Correct ?    1 Yes 0 No

i have seq file that contents 10 million records load to target any data base.. in that case it t..

Answer / 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

i have seq file that contents 10 million records load to target any data base.. in that case it t..

Answer / prasad

In Seq file, we have one property called no. of readers/node(by default is one)=4 and

in Target table use "Bulk load" and also use Round Robin partition.

first drop index before loading data and once data loaded then re-create index again.

Plz correct me, if i am wrong.....

Is This Answer Correct ?    0 Yes 1 No

Post New Answer

More Data Stage Interview Questions

What are the different common services in datastage?

0 Answers  


What is the purpose of interprocessor stage in server jobs?

0 Answers   ASD Lab,


How many nodes supported by a one cpu in parallel jobs?

3 Answers   IBM,


Is possible to create skid in dim,fact tables?

0 Answers   NTT Data,


Have you used Unstructured data?

0 Answers   CTS,


Name the command line functions to import and export the DS jobs?

0 Answers  


how can we create a Sorrogate key in transformer stage? I want it in parallel mode

2 Answers   Syntel,


how to write server Routine coding?

0 Answers   Eric,


How do you run datastage job from the command line?

0 Answers  


what is advantages of snowflake when it is used?

3 Answers   IBM,


Hi Vijay here For Four CPU's how many nodes will required?

4 Answers   TCS,


in a job of 20 one job is very slow due to that entire job is slow how can u find out which job is slow?

1 Answers   IBM,


Categories