DBA need query optimization?
-
-
Answer:
Data is inserted into a database. Users need to get information from the database. These requests are called "queries". Data is continually being inserted into the tables in the database. There is a utility called "update statistics" which gathers information from the table and feeds is to the "query optimizer". The query optimizer, based on information gathered from update statistics, chooses the most efficient path to gather the data for the user and return the results as quickly as possible. How often statistics must be updated is completely dependent upon the frequency and quantity of updates/inserts/deletes into the table. If the table is static (unchanged), then once update stats is ran, there is no need to run it again.
community wiki at wiki.answers.com Visit the source
Related Q & A:
- How to convert sql query to Hibernate Criteria query?Best solution by Stack Overflow
- How to become sql server DBA?Best solution by Server Fault
- How to convert my SQL query to MS Access query?Best solution by Stack Overflow
- How to convert SQL query to LINQ query?Best solution by Stack Overflow
- If I file a DBA in Texas as a sole proprietor, can I later transfer that to an LLC?Best solution by Yahoo! Answers
Just Added Q & A:
- How many active mobile subscribers are there in China?Best solution by Quora
- How to find the right vacation?Best solution by bookit.com
- How To Make Your Own Primer?Best solution by thekrazycouponlady.com
- How do you get the domain & range?Best solution by ChaCha
- How do you open pop up blockers?Best solution by Yahoo! Answers
For every problem there is a solution! Proved by Solucija.
-
Got an issue and looking for advice?
-
Ask Solucija to search every corner of the Web for help.
-
Get workable solutions and helpful tips in a moment.
Just ask Solucija about an issue you face and immediately get a list of ready solutions, answers and tips from other Internet users. We always provide the most suitable and complete answer to your question at the top, along with a few good alternatives below.