DBAsupport.com Forums - Powered by vBulletin
Results 1 to 3 of 3

Thread: Application tuning

  1. #1
    Join Date
    Apr 2009
    Posts
    54

    Application tuning

    Dear DBAs,

    please share me some real time application performance tuning scenario , what SQL tuning issues you have faced and how did you solve or give me links or books name which can help me.i know

    AWR,ADDM ,statpack ,explain plan ,CBO optimizer concepts, but here in our environment i don't get any real time application performance problems. As per my experience, i am being asked a lot of questions from application (SQL) tunifg in interviews.

    Thanks a lot in advance

  2. #2
    Join Date
    Mar 2007
    Location
    Ft. Lauderdale, FL
    Posts
    3,555
    Quote Originally Posted by younusdba View Post
    ... here in our environment i don't get any real time application performance problems.
    Not a single one? good for you!

    Here is my personal query tuning guide in three easy steps:
    1- Reduce the number of buffer_gets
    2- Reduce the number of buffer_gets even more
    3- Make sure you have done everything that you could do to reduce the number of buffer_gets

    Hope this helps.
    Pablo (Paul) Berzukov

    Author of Understanding Database Administration available at amazon and other bookstores.

    Disclaimer: Advice is provided to the best of my knowledge but no implicit or explicit warranties are provided. Since the advisor explicitly encourages testing any and all suggestions on a test non-production environment advisor should not held liable or responsible for any actions taken based on the given advice.

  3. #3
    Join Date
    Nov 2000
    Location
    Pittsburgh, PA
    Posts
    4,166
    Quote Originally Posted by PAVB View Post
    Not a single one? good for you!

    Here is my personal query tuning guide in three easy steps:
    1- Reduce the number of buffer_gets
    2- Reduce the number of buffer_gets even more
    3- Make sure you have done everything that you could do to reduce the number of buffer_gets

    Hope this helps.
    I concur!!! Reduce logical IO and the query will both perform better and your application will scale to a larger number of users.

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  


Click Here to Expand Forum to Full Width