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

Answers were Sorted based on User's Feedback



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

Answer / kumarayyalusamy

We will tune that query

Is This Answer Correct ?    7 Yes 2 No

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

Answer / jayesh

WE CREATE PROCEDURE THEN ACCESS IT
INDEXING ALSO DONE

Is This Answer Correct ?    5 Yes 2 No

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

Answer / 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

More DB Administration Interview Questions

How do you increase the OS limitation for open files (LINUX and/or Solaris)?

1 Answers  


How would you extract DDL of a table without using a GUI tool?

0 Answers  


Name two files used for network connection to a database.

5 Answers  


What are the operating modes in which database mirroring runs? : sql server DBA

0 Answers  


what are the performance views in an oracle rac environment?

0 Answers   Oracle,






hi, how can i check all backups are exist to restore? I.e. i forget to take backup on one day. But now i want to check that all backups are there to restore now. I know the answer of through timestamps we know how to check. But i need any other way?

1 Answers  


why do we give pctfree and pctused in create table statement?

1 Answers   CTS,


How would you configure your networking files to connect to a database by the name of DSS which resides in domain icallinc.com?

1 Answers  


How do you add a data file to a tablespace?

3 Answers  


How would you go about verifying the network name that the local_listener is currently using?

0 Answers  


What is transparent data encryption? : sql server DBA

0 Answers  


what is difference between user managed backup and rman backup?

1 Answers   CTS,


Categories