Can anybody explain me the Optimization and how to improve the perfomance of query?

Showing Answers 1 - 3 of 3 Answers

Praveen reddy.P

  • Jan 31st, 2007
 

HiTo improve the performance of a Query, The following are the steps to be followed.1) First Check the Elapsced time of the Query2) Then see the optimization mode 3) Run the query in different optimization mode 4) If any index are used see that it is enabled.5) And check whether it is undergoing Full table 6) If not Create the index for the oppx columns to spreed up the Query(Should be in the case of Select only)7) Check the where clause if any unsuspicues activity is happening.8) If u r using sub-queries or rather corelated check the fllow which to be best possible out come.

  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