Query processing is slow(eg select query)how will u solve that

Answer Posted / mohapatra.gouranga@gmail.com

1) Find the cost.
2) Check what tables are going full table scan.
3) Create Indexes if is possible.
4) Re-write the query to optimize the cost with modifying
filter condition.

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are statistics, under what circumstances they go out of date, how do you update them?

2011


What are the different types of database compression introduced in sql server 2008? : sql server DBA

817


Due to some maintenance being done, the sql server on a failover cluster needs to be brought down. How do you bring the sql server down? : sql server DBA

787


what do you understand by flashback feature of oracle?

783


What is fill factor? : sql server DBA

897


What would you do with an "in-doubt" distributed transaction?

1660


who owns the operating system files created by the utl_file package?

819


internal architecture

1963


What are the new features in sql server 2005 when compared to sql server 2000? : sql server DBA

835


Other than making use of the statspack utility, what would you check when you are monitoring or running a health check on an Oracle 8i or 9i database?

1756


List out some of the requirements to setup a sql server failover cluster.? : sql server DBA

913


What is the default port no on which sql server listens? : sql server DBA

844


What is a correlated sub-query? : sql server DBA

785


when we login sql editor using username and password then it says this error "could not resolve service name" then what can we do at client side.( here thing is tnsnames.ora file is ok till yesterday and worked well, but now it giving error.

1433


If you are given access to a sql server, how do you find if the sql instance is a named instance or a default instance? : sql server DBA

766