DBA > Job Interview Questions > DB2 INTERVIEW QUESTIONS

What is performance tuning in DB2?

More DBA job interview questions and answers at http://dba.fyicenter.com/Interview-Questions/

(Continued from previous question...)

What is performance tuning in DB2?

The performance of an application can be monitored and enhanced in the application, as well as at the database level. •In application side the SQL’s can be tuned to make them more efficient, and avoid redundancy.
•It is better to structure the SQLs so that they perform only the necessary operations.
•On the database side, the major enhancements can be done to the definitions of tables, indexes and the distribution of tablespace and indexspace.
•The application run statistics are obtained from EXPLAIN or DB2PM (DB2 Performance Monitor) report.

(Continued on next question...)

Other Job Interview Questions