|
|||
|
Performance of Query
What are the SQL tuning hints one can apply if the SQL query runs too long time? I have good indexing done on the table. I want to further improve the performance of the query which is planned to run for long hours. Kindly provide me some ways for achieving the best performance of my query.
|
| Sponsored Links |
|
|||
|
In the select statement always place whatever columns which you need in your output for other queries. Avoid selecting unnecessary attributes in select columns. This methodology would help in increasing your performance in a sufficient manner.
|
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Request for interview question for Testing (QA) | wildkid98 | Testing Tutorials | 18 | 09-10-2009 06:33 AM |
| How to find second max sal of employee with the co | chandraismoon | Oracle Tutorials | 7 | 05-16-2008 03:08 AM |
| LoadRunner FAQ | kalareddy | Testing Tutorials | 2 | 10-02-2007 03:19 AM |
| Performance Engineering Opening @ Sun Microsystems Bangalore | techguru | Experienced Job Seekers - India | 0 | 05-24-2005 08:24 AM |
| Sybase FAQ: 1/19 - index | David Owen | Tech FAQ | 2 | 04-20-2004 09:45 AM |