A job is having only 2 stages I/p dataset and target table.Job is taking very long time to load 50 million records.How to improve performance of this job.

Answers were Sorted based on User's Feedback



A job is having only 2 stages I/p dataset and target table.Job is taking very long time to load 50 m..

Answer / tkm

1) Perform a bulk load into the target load.
2) If bulk load is already there, check whether the indexes (if any) in the target table are disabled or not.
3) Maybe you can check the configuration file to check how many nodes it is using and switch to a different configuration file having more number of nodes.

Is This Answer Correct ?    1 Yes 0 No

A job is having only 2 stages I/p dataset and target table.Job is taking very long time to load 50 m..

Answer / datastage4you

You can try to put a copy stage with force=True propertly. It can inhance the performance

http://goo.gl/atN4AT
www.datagenx.net

Is This Answer Correct ?    0 Yes 0 No

A job is having only 2 stages I/p dataset and target table.Job is taking very long time to load 50 m..

Answer / anchalthakran

Check the DataStage Director job log for jobs which do not show job run statistics and confirm whether the following variable is defined:
APT_NO_JOBMON
If APT_NO_JOBMON is defined and set to value of 1 or true, then it will disable job monitoring and process metadata reporting for parallel jobs.

Confirm the JobMonApp process is up and running:
ps -ef | grep JobMonApp

default ports for JobMonApp is : 13400 and 13401

Both ports must be in listen state.

if you are getting this error: Failed to connect to JobMonApp on port 13401" please restart this service.

[root@ibmiis9 ~]# cd /opt/IBM/InformationServer/Server/PXEngine/
[root@ibmiis9 PXEngine]# export APT_ORCHHOME=`pwd`
[root@ibmiis9 PXEngine]# cd java/
[root@ibmiis9 java]# ./jobmoninit stop
JobMonApp has been shut down.
[root@ibmiis9 java]# ./jobmoninit start
JobMonApp has been started.
[root@ibmiis9 java]#

Is This Answer Correct ?    0 Yes 1 No

Post New Answer

More Data Stage Interview Questions

how to transfer file from one system to another system in unix? which cmd to be use?

5 Answers   Cap Gemini,


how to export or import the jobs in .ISX file

0 Answers  


How to create a file using vi editor? 2)how to delete a file in vi editor? 3)How to connect the server datastage to unix? what r the command lines we r using? 4)30 jobs r runnig in unix i want to find out my job. how to do this? give me command?

0 Answers   Wipro,


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

2 Answers   Syntel,


Give example for FACTLESS FACT TABLE in real-time scenario.

4 Answers   TCS,






how to handle null values in sequential file?

1 Answers   HCL,


What is exact difference between Parallel Jobs and server Jobs..

7 Answers   IBM,


What are the partitioning techniques available in link partitioner?

0 Answers  


If the job aborted in a sequencer, how can we start that from the previews successful job.

1 Answers   SLK Software,


CHANGE CAPTURE

0 Answers   CTS,


how will u design file watch jobs?

2 Answers  


I want capture UnMatched records from Primary source and secondary source in JOIN stage?

3 Answers   TCS,


Categories