View previous topic :: View next topic |
Author |
Message |
rishikesh_u Beginner
Joined: 26 Jul 2004 Posts: 5 Topics: 3
|
Posted: Mon Mar 07, 2005 4:22 am Post subject: How to examine the performance of SQL statements. |
|
|
We are working on performance tuning of a DB2 program. There are 100 and odd queries in the program. We identified 15 quueries that can be written in an efficient way. How to examine the performance efficiency of your SQL statements. |
|
Back to top |
|
|
s_shivaraj Beginner
Joined: 21 Sep 2004 Posts: 140 Topics: 14 Location: Chennai, India
|
Posted: Mon Mar 07, 2005 5:26 am Post subject: |
|
|
Use Explain command to check the performance of SQL statements.
Check this Link for more Info on Explain Command
Hope it Helps you _________________ Cheers
Sivaraj S
'Technical Skill is the Master of complexity, while Creativity is the Master of Simplicity' |
|
Back to top |
|
|
|
|