Create The World With Creativity
 
Welcome, Guest:Log in | Register | Information Center | Languages | Search | Tags | FAQs | Lite
There was a problem with the request. Check your permission or contact with administrator.




Your Ad Here

Grade this thread

Quote Favorites Report
Starter:  Topic: : Basic Points of SQL Performance Tuning
whiterock 
3 Stars
 

Info: Moderator Offline Male
From: Not Specified 
Posts: 82  
Digest 0  
Credits: 14
Money: 417 $OraclePoint
Registered on 2007-04-14
ProfileProfile BuddyBuddy PMPM Send EmailEmail Reply Reply QuotesQuotes   1 F 
Basic Points of SQL Performance Tuning



This is a one page list of simple guidelines to tune SQL without much DBA knowledge.
[url=http://www.oraclepoint.com]OQQbTEx56OraclePointaR1kLMlxB[/url]


Sample of points are listed as below.
[url=http://www.oraclepoint.com]pHIOKenfSOraclePointk9ARMQiok[/url]

# Understand the data. Look around table structures and data. Get a feel for the data model and how to navigate it.
# If a view joins 3 extra tables to retrieve data that you do not need, don't use the view!
# When joining 2 views that themselves select from other views, check that the 2 views that you are using do not join the same tables!
[url=http://www.oraclepoint.com]nbei3wZc9OraclePointlEvnt4v9D[/url]

# Avoid multiple layers of view. For example, look for queries based on views that are themselves views. It may be desirable to encapsulate from a development point of view. But from a performance point of view, you loose control and understanding of exactly how much task loading your query will generate for the system.
# Look for tables/views that add no value to the query. Try to remove table joins by getting the data from another table in the join.

[url=http://www.oraclepoint.com]QljiMhieuOraclePointzCYaqz5Pr[/url]

Please find complete list at attachment.



Attachment: index.htm (Size:0.18kb, Download times:92)


2008-09-12 16:50
  Grade this thread



  Quick Response
Title:
Content:




Upload: Disable
Username:
Password:
  



Recommend to a friend Print Article Mode





 


Powered by BMForum Powered by BMForum 2007 5.6 RSS Feed  
Processed in 0.11270904 second(s),6 queries  
Top