Geeks Talk

Prepare for your Next Interview


Welcome to the Geeks Talk forums.

You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today!

If you have any problems with the registration process or your account login, please contact contact us.

performance tuning what it is?

This is a discussion on performance tuning what it is? within the DB2 forums, part of the Databases category; hi can any body tell about performance tuning in DBA...

Go Back   Geeks Talk > Databases > DB2
Register Blogs FAQ Tag Cloud Calendar Mark Forums Read
  #1 (permalink)  
Old 11-03-2008
Junior Member
 
Join Date: Nov 2008
Location: india
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
imran9713 is on a distinguished road
performance tuning what it is?

hi
can any body tell about performance tuning in DBA
Reply With Quote
Sponsored Links
  #2 (permalink)  
Old 01-20-2009
Contributing Member
 
Join Date: Jan 2009
Posts: 31
Thanks: 0
Thanked 3 Times in 3 Posts
chaitra murthy is on a distinguished road
Re: performance tuning what it is?

Performance tuning:-
Is to find out what went wrong with the database and make corrections so that database is working fine.

For ex:-
Imagine query is taking long time to execute and DBA has to find out what is the behind that and how to overcome this problem(may be something like by creating index on a table etc)
Reply With Quote
  #3 (permalink)  
Old 4 Weeks Ago
Junior Member
 
Join Date: Oct 2009
Location: India
Posts: 1
Thanks: 0
Thanked 1 Time in 1 Post
rajusaladi is on a distinguished road
Re: performance tuning what it is?

Here are the top 10 things you can do to get the most performance out of your database. Usually, you will find that about 90% of maximum performance is achieved using about 10% of possible configuration changes. I'll discuss each item in detail in the appropriate section below (identified in parenthesis):

1. Ensure that you have enough disks (6-10 per CPU is a good start). Each table space's containers should span all available disks. Some table spaces, such as SYSCATSPACE and those with a small number of tables do not need to be spread across all disks, while those with large user or temporary tables should (Table Spaces).
2. Buffer pools should make use of about 75% (OLTP) or 50% (OLAP) of available memory (Buffer Pools).
3. Runstats should be performed on all tables, including the system catalog tables (Runstats).
4. Use the Design Advisor to recommend and review indexes for SQL workloads (Design Advisor).
5. Use the Configuration Advisor to configure the database manager and database for your application environment (Configuration Advisor).
6. Logging should occur on a separate high-speed disk, identified by the NEWLOGPATH database configuration parameter (Experimenting).
7. Concurrency can be increased by committing often (SQL statement tuning).
8. SORTHEAP should be increased to avoid sort overflows (DBM and DB configuration).
9. Table space type should be SMS for the system catalog table space, and temporary table spaces and DMS raw (device) or file for the rest. Run db2empfa to enable multi-page file allocation for the SMS table spaces; this will allow SMS table spaces to grow an extent at a time (instead of a page), which can speed up heavy insert operations and sorts which spill to disk (Table spaces).
10. Use parameter markers for repeated statements (SQL statement tuning).
Reply With Quote
The Following User Says Thank You to rajusaladi For This Useful Post:
Reply

  Geeks Talk > Databases > DB2

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads

Thread Thread Starter Forum Replies Last Post
Teradata Optimization and performance tuning sandyusa Database General 2 10-15-2009 07:46 AM
performance tuning bindus1000 Data Warehousing 3 10-01-2008 08:43 AM
A Better DWR by Tuning Server Performance Lokesh M AJAX & XML 0 04-24-2008 11:44 AM
How to do performance tuning Geek_Guest Data Warehousing 0 04-20-2007 04:32 PM
How to do the performance tuning at various levels praveenb6 Data Warehousing 2 04-18-2007 01:24 AM


All times are GMT -4. The time now is 02:47 AM.


Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.3.1
Copyright © 2009 GeekInterview.com. All Rights Reserved