What is the meaning of the following..1)If an input file has an excessive number of rows and can be split-up then use standard 2)logic to run jobs in parallel3)Tuning should occur on a job-by-job basis. Use the power of DBMS.

Showing Answers 1 - 4 of 4 Answers

Sharanu Patil

  • Feb 28th, 2006
 

Question is not clear eventhough i wil try to answer something

If u have SMP machines u can use IPC,link-colector,link-partitioner for performance tuning

If u have cluster,MPP machines u can use parallel jobs

  Was this answer useful?  Yes

tannya

  • Nov 8th, 2006
 

The third point specifies about tuning the performance of job,use the power of DBMS means one can improve the performance of the job by using teh power of Database like Analyzing,creating index,creating partitions one can improve the performance of sqls used in the jobs.

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions