WHAT ARE PERFORMANACE SETTINGS YOU HAVE IMPLEMENTES IN YOUR
PROJECT?

Answer Posted / kpk

1) Use user defined queries for extracting data from databases.
2) Use native databases stages rather than using ODBC.
3) Use sql join statement rather than using a lookup stage,
if the data is less.
4) Tune the SQL query (the select statement used to extract
the data from source)
5) use less oracle stages, less transformers and lookup
stages, if you have more number of stages, divide the job
into multiple jobs.
6) if ur using server jobs use IPC, Partitioner, collector.
7) if using parallel job then set the environmental variable
APT_DUMP_SCORE to TRUE. this will give a job report that
will show you what are all the operators inserted by
datastage (like sorting, needed or uneeded partition and
collection), so u can manually change the partition methods.
.... most of the performance tunning steps depends on the
job design.

Is This Answer Correct ?    8 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are stage variables and constants?

701


how to connect source to db?generally what r stages u used? how to find the data is having delimiter format?

1916


What are the different type of jobs in datastage?

604


What are the types of containers?

685


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

2270






What is quality stage?

570


Describe link sort?

642


Is the value of staging variable stored temporarily or permanently?

573


What is a ds designer?

640


Define orabulk and bcp stages?

678


How to read multiple files using a single datastage job if files have the same metadata?

737


What is the difference between datastage and datastage tx?

590


project Steps,hits, Project level HArd things,Solved methods?

1624


How many areas for files does datastage have?

640


Define oconv () and iconv () functions in datastage?

877